Push latest

This commit is contained in:
2025-02-04 13:43:24 +01:00
parent 5af780b3bc
commit a23c693848
2 changed files with 19 additions and 7 deletions

14
client/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "TellMe",
"version": "1.3.0",
"description": "TellMe CLI",
"scripts": {
"dev": "webpack-dev-server --inline --hot"
},
"author": "Guy Van Sanden <guy@taurix.net>",
"license": "AGPL",
"dependencies": {
"grunt": "~0.4.5",
"grunt-version": "~1.1.0"
}
}