@arc-fusion/cli
Version:
CLI for running Arc Fusion on your local machine
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "@arc-fusion/cli",
"version": "2.1.1",
"description": "CLI for running Arc Fusion on your local machine",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "echo \"No build step yet\"",
"test": "echo \"Error: no test specified\"",
"start": "node api/app.js",
"lint": "standard",
"lint:fix": "standard --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WPMedia/fusion-cli.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/WPMedia/fusion-cli/issues"
},
"homepage": "https://github.com/WPMedia/fusion-cli#readme",
"bin": {
"fusion": "bin/fusion.js"
},
"standard": {
"ignore": [
"**/node_modules"
]
},
"dependencies": {
"commander": "^9.4.1",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"glob": "^8.0.3",
"semver": "^7.3.8",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/errors": "^0.1.4",
"@changesets/pre": "^1.0.14",
"@changesets/read": "^0.5.9",
"husky": "^8.0.2",
"standard": "^17.0.0"
}
}