dev-add
Version:
A CLI tool to scaffold components or utility files with optional templates and automated index exports.
43 lines (42 loc) • 937 B
JSON
{
"name": "dev-add",
"version": "1.1.3",
"description": "A CLI tool to scaffold components or utility files with optional templates and automated index exports.",
"bin": {
"dev": "./bin/dev.js"
},
"scripts": {
"start": "node bin/dev.js",
"dev": "node bin/dev.js",
"test": "echo \"No tests yet\""
},
"keywords": [
"cli",
"component-generator",
"scaffold",
"react",
"index.js",
"file-creator",
"typescript"
],
"author": "Vijayasenthil E",
"license": "MIT",
"main": "src/add.js",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"fs-extra": "^11.2.0"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/iamevs/dev-add.git"
},
"bugs": {
"url": "https://github.com/iamevs/dev-add.git/issues"
},
"homepage": "https://github.com/iamevs/dev-add.git#readme",
"type": "module"
}