gamelet-cli
Version:
Download project from code.gamelet.com, edit/test in vscode and sync back to server.
68 lines (67 loc) • 1.64 kB
JSON
{
"name": "gamelet-cli",
"description": "Download project from code.gamelet.com, edit/test in vscode and sync back to server.",
"version": "0.7.12",
"license": "MIT",
"repository": {
"url": "https://github.com/haskasu/gamelet-cli"
},
"bin": {
"gamelet": "build/src/index.js"
},
"author": {
"name": "Haska Su",
"email": "haskasu@gmail.com",
"url": "https://haskasu.com"
},
"keywords": [
"gamelet",
"Haska Su"
],
"files": [
"assets",
"build"
],
"scripts": {
"deploy": "npm run build && npm publish",
"build": "run-s clean && run-p build:*",
"build:main": "tsc -p tsconfig.json",
"watch:main": "run-p \"build:main -- -w\"",
"watch": "run-s clean build:main && run-p watch:*",
"test": "node build/src/index.js",
"clean": "npx rimraf build"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^5.2.0",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^2.0.2",
"cli-progress": "^3.9.1",
"cli-welcome": "^2.2.2",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.2",
"inquirer": "^8.2.0",
"isbinaryfile": "^4.0.8",
"istextorbinary": "^5.15.0",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"md5-file": "^5.0.0",
"meow": "^9.0.0",
"mkdirp": "^1.0.4",
"node-diff3": "^3.1.0",
"rimraf": "^3.0.2",
"simple-git": "^3.19.0",
"socket.io": "^2.5.0",
"twig": "^1.16.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/socket.io": "^2.1.2",
"cpy": "^6.0.0",
"npm-run-all": "^4.1.5",
"typescript": "^3.9.6"
}
}