wistroni40-bnft
Version:
Benefit platform parameters publish job template
71 lines (70 loc) • 2.28 kB
JSON
{
"name": "wistroni40-bnft",
"version": "1.1.7",
"description": "Benefit platform parameters publish job template",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/SteveLin100132/wistroni40-bnft.git"
},
"scripts": {
"prepare": "husky install",
"husky:set": "./node_modules/.bin/husky set ",
"eslint": "./node_modules/.bin/eslint --ignore-path .eslintignore ./src/**",
"eslint:fix": "./node_modules/.bin/eslint ./src/** --fix",
"test": "nyc --reporter=lcov mocha --require ts-node/register test/**/*.ts",
"start": "npm run build:live",
"start:file": "npm run build:file",
"ts": "nodemon --exec ./node_modules/.bin/ts-node -- ",
"build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./examples/benefit.ts",
"build:file": "nodemon --exec ./node_modules/.bin/ts-node --",
"build": "tsc"
},
"keywords": [
"wistron",
"i40",
"benefit"
],
"author": "Steve Y Lin",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/express": "^4.17.11",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/node-schedule": "^1.3.1",
"@types/sinon": "^9.0.10",
"@types/swagger-ui-express": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-eslint-plugin": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"husky": "^7.0.4",
"mocha": "^8.2.1",
"nodemon": "^2.0.7",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"should": "^13.2.3",
"sinon": "^9.2.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"dependencies": {
"swagger-jsdoc": "^6.0.2",
"swagger-ui-express": "^4.1.6",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"log4js": "^6.3.0",
"node-schedule": "^2.0.0",
"rxjs": "^6.6.3",
"wistroni40-retry": "0.0.2"
}
}