UNPKG

lean-laas-cli

Version:
52 lines (51 loc) 1.34 kB
{ "name": "lean-laas-cli", "version": "0.0.1-alpha.0", "description": "Command-Line Interface for Lean LaaS", "bin": { "laas": "./lib/bin/laas.js" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch", "clean": "rimraf lib", "lint": "eslint src --ext=.ts", "lint:fix": "npm run lint -- --fix", "prepare": "npm run clean && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/arumon-team/lean-laas-cli.git" }, "keywords": [ "lean-laas", "laas", "cli" ], "license": "MIT", "bugs": { "url": "https://github.com/arumon-team/lean-laas-cli/issues" }, "homepage": "https://github.com/arumon-team/lean-laas-cli#readme", "devDependencies": { "@types/commander": "^2.12.2", "@types/node": "^13.13.5", "@typescript-eslint/eslint-plugin": "^2.32.1-alpha.2", "@typescript-eslint/parser": "^2.32.1-alpha.2", "eslint": "^7.0.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "rimraf": "^3.0.2", "typescript": "^3.8.3" }, "dependencies": { "commander": "^5.1.0" } }