UNPKG

523 BJSONView Raw
1{
2 "name": "@codeplace/cli",
3 "version": "1.4.4",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "tsc": "tsc -w"
9 },
10 "author": "Codeplace",
11 "license": "ISC",
12 "dependencies": {
13 "@codeplace/express-extensions": "^1.0.7",
14 "@types/node": "^10.14.1",
15 "commander": "^2.19.0"
16 },
17 "devDependencies": {
18 "typescript": "^3.3.3333"
19 },
20 "bin": {
21 "cp": "./index.js"
22 }
23}