occaecatidicta
Version:
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "omelox-cli",
"version": "3.0.3",
"description": "omelox command line client for managing omelox",
"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/omelox-cli lib/"
},
"repository": "",
"keywords": [
"omelox",
"command",
"line",
"maintening"
],
"files": [
"bin",
"dist",
"lib",
"test",
"index.ts"
],
"main": "./dist/index",
"bin": {
"omelox-cli": "./dist/bin/omelox-cli.js"
},
"dependencies": {
"async": "^3.0.0",
"cliff": "^0.1.10",
"omelox-admin": "^3.0.3",
"omelox-logger": "^3.0.3",
"optimist": "^0.6.1"
},
"devDependencies": {
"@types/async": "^3.0.0",
"@types/cliff": "^0.1.4",
"@types/node": "8.10.54",
"@types/optimist": "0.0.29",
"tslint": "5.20.1",
"typescript": "3.7.3"
},
"license": "MIT"
}