@agatee/cli
Version:
CLI for Agatee App
32 lines (31 loc) • 740 B
JSON
{
"name": "@agatee/cli",
"version": "v1.3.5-beta.1",
"description": "CLI for Agatee App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "ts-node index.ts"
},
"author": "niainaratsima@gmail.com",
"license": "ISC",
"dependencies": {
"@types/js-beautify": "^1.13.3",
"@types/node": "^14.6.2",
"js-beautify": "^1.13.5",
"path": "^0.12.7",
"prettier": "^2.5.1"
},
"keywords": [
"agatee",
"typescript",
"code-generator",
"backend-framework"
],
"devDependencies": {
"@types/prettier": "^2.4.3"
},
"bin": {
"gat": "./index.js"
}
}