buckcli
Version:
Run multiple commands with just one.
41 lines (40 loc) • 859 B
JSON
{
"name": "buckcli",
"version": "0.1.5",
"description": "Run multiple commands with just one.",
"main": "buck.js",
"bin": "./src/buck.js",
"scripts": {
"test": "export NODE_ENV=test && mocha --exit src/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Buckcli/Buck-js"
},
"keywords": [
"terminal",
"cli",
"cmd",
"buck",
"shell",
"command",
"pleasanttech"
],
"author": "Ifedayo Adesiyan, Pleasant Tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/Buckcli/Buck-js/issues"
},
"homepage": "https://docs.getbuck.tech",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.2.0",
"dotenv": "^10.0.0",
"firebase-admin": "^10.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^9.1.1"
}
}