@avleon/cli
Version:
> **🚧 This project is in active development.** > > It is **not stable** and **not ready** for live environments. > Use **only for testing, experimentation, or internal evaluation**. > > ####❗ Risks of using this in production: > > - 🔄 Breaking
45 lines (44 loc) • 947 B
JSON
{
"name": "@avleon/cli",
"version": "0.0.42",
"bin": {
"avleon": "./dist/cli.js"
},
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist & tsc",
"clean": "rm -rf ./dist",
"prepublish": "npm run build",
"watch": "tsc-watch"
},
"keywords": [
"cli",
"backend-api"
],
"author": "Tareq Hossain",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.16",
"@types/node": "^22.9.3",
"nodemon": "^3.1.7",
"tsc-watch": "^6.2.1",
"tsup": "^8.4.0",
"typescript": "^5.7.2"
},
"dependencies": {
"chalk": "^5.4.1",
"cli-table3": "^0.6.5",
"fs-extra": "^11.2.0",
"inquirer": "^12.6.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"rimraf": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avleonjs/avleon-cli"
}
}