@happyvibess/dev-boost
Version:
🚀 Supercharge your development workflow with smart automation
60 lines (59 loc) • 1.31 kB
JSON
{
"name": "@happyvibess/dev-boost",
"version": "1.0.5",
"description": "🚀 Supercharge your development workflow with smart automation",
"type": "module",
"bin": {
"devboost": "./bin/index.js"
},
"files": [
"bin/",
"lib/",
"README.md",
"CONTRIBUTING.md",
"LICENSE"
],
"scripts": {
"test": "echo \"No tests implemented yet\" && exit 0",
"start": "node bin/index.js",
"prepublishOnly": "chmod +x bin/index.js"
},
"keywords": [
"cli",
"development",
"automation",
"workflow",
"scaffolding",
"optimization",
"dev-tools",
"productivity"
],
"author": {
"name": "happyvibess",
"url": "https://github.com/happyvibess"
},
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"ora": "^7.0.1",
"update-notifier": "^6.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/happyvibess/dev-boost.git"
},
"bugs": {
"url": "https://github.com/happyvibess/dev-boost/issues"
},
"homepage": "https://github.com/happyvibess/dev-boost#readme",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}