svnh
Version:
A Node.js CLI tool to manage projects with a custom helper.
31 lines (30 loc) • 617 B
JSON
{
"name": "svnh",
"version": "1.2.0",
"description": "A Node.js CLI tool to manage projects with a custom helper.",
"main": "index.js",
"type": "module",
"bin": {
"svnh": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"installer",
"node",
"project-scaffold",
"helper"
],
"author": "SherinV sherinv.de@gmail.com",
"license": "MIT",
"dependencies": {
"chalk": "^5.x.x",
"dotenv": "^16.x.x",
"inquirer": "^9.x.x",
"ora": "^6.x.x",
"svnh": "^1.0.0"
}
}