@tririga/tri-pull
Version:
A tool for pulling the UX view source files from the TRIRIGA server.
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "@tririga/tri-pull",
"version": "1.1.1",
"description": "A tool for pulling the UX view source files from the TRIRIGA server.",
"main": "lib/tri-pull.js",
"bin": "bin/tri-pull",
"scripts": {
"lint": "./node_modules/.bin/eslint bin/tri-pull lib",
"lint-fix": "./node_modules/.bin/eslint --fix bin/tri-pull lib --ext .js",
"pretty-quick": "pretty-quick"
},
"directories": {
"lib": "lib"
},
"keywords": [
"WIPRO",
"TRIRIGA",
"UX"
],
"author": "TRIRIGA Authors",
"license": "MIT",
"dependencies": {
"colors": "^1.4.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.0.0",
"fs": "0.0.1-security",
"loglevel": "^1.6.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-prettier": "^6.10.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",
"husky": "^4.2.5",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run pretty-quick && npm run lint",
"pre-push": "npm run lint"
}
},
"publishConfig": {
"access": "public"
}
}