@nova-ts/cli
Version:
A command-line interface for Nova framework to scaffold and manage projects easily and efficiently.
35 lines (34 loc) • 729 B
JSON
{
"name": "@nova-ts/cli",
"version": "1.0.0",
"main": "index.js",
"types": "./dist/index.d.ts",
"bin": {
"nova": "./dist/index.js"
},
"scripts": {
"build": "tsc"
},
"keywords": [
"Nova",
"cli",
"framework",
"command-line"
],
"author": "Inbanithi107",
"license": "MIT",
"description": "A command-line interface for Nova framework to scaffold and manage projects easily and efficiently.",
"repository": {
"type": "git",
"url": "https://github.com/Inbanithi107/NovaTS",
"directory": "packages/cli"
},
"devDependencies": {
"@types/node": "^24.1.0",
"typescript": "^5.9.2"
},
"dependencies": {
"commander": "^14.0.0",
"fs-extra": "^11.3.0"
}
}