UNPKG

omelop-cli

Version:

omelop command line client for managing omelop

50 lines (49 loc) 1.3 kB
{ "name": "omelop-cli", "version": "3.1.14", "description": "omelop command line client for managing omelop", "scripts": { "build": "tsc", "start": "yarn run build && node dist/index", "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix", "test": "yarn run build", "cov": "nyc mocha", "ci": "yarn run test", "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/omelop-cli lib/" }, "repository": "", "keywords": [ "omelop", "command", "line", "maintening" ], "files": [ "bin", "dist", "lib", "test", "index.ts" ], "main": "./dist/index", "bin": { "omelop-cli": "./dist/bin/omelop-cli.js" }, "dependencies": { "async": "^3.0.0", "colors": "^1.4.0", "omelop-admin": "^3.1.14", "omelop-logger": "^3.1.14", "optimist": "^0.6.1", "pretty-columns": "^1.2.1" }, "devDependencies": { "@types/async": "^3.0.0", "@types/node": "^18.11.9", "@types/optimist": "0.0.30", "tslint": "6.1.3", "typescript": "^5.2.2" }, "license": "MIT", "gitHead": "7fac299a6ff8c0675af6b89f6046555ca5ebe999" }