UNPKG

@arc-fusion/cli

Version:

CLI for running Arc Fusion on your local machine

56 lines (55 loc) 1.31 kB
{ "name": "@arc-fusion/cli", "version": "3.3.0", "description": "CLI for running Arc Fusion on your local machine", "types": "types/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "echo \"No build step yet\"", "test": "vitest run", "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": { "chalk": "^5.6.2", "cli-box": "^6.0.11", "commander": "^14.0.2", "dotenv": "^17.2.3", "glob": "^13.0.0", "madge": "^8.0.0", "semver": "^7.7.3", "yamljs": "^0.3.0" }, "devDependencies": { "@changesets/cli": "^2.29.7", "@changesets/errors": "^0.2.0", "@changesets/pre": "^2.0.2", "@changesets/read": "^0.6.5", "husky": "^9.1.7", "standard": "^17.1.2", "vitest": "^4.0.18" } }