UNPKG

451 BJSONView Raw
1{
2 "name": "@symetrical/cli",
3 "version": "1.5.2",
4 "description": "The CLI of the Symetrical TypeScript framework.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Tots",
10 "license": "MIT",
11 "bin": {
12 "sm": "./index.js"
13 },
14 "dependencies": {
15 "chalk": "^2.4.2",
16 "commander": "^2.19.0",
17 "figlet": "^1.2.1",
18 "inquirer": "^6.2.1",
19 "node-cmd": "^3.0.0"
20 }
21}
\No newline at end of file