UNPKG

@vara/custom-logic-sdk

Version:

Server Side JavaScript SDK for Custom Business Logic

73 lines (72 loc) 2 kB
{ "name": "@vara/custom-logic-sdk", "version": "0.2.0", "description": "Server Side JavaScript SDK for Custom Business Logic", "main": "index.js", "engines": { "node": "^8.10.0", "npm": "^6.x.x" }, "scripts": { "audit": "npm audit", "lint": "eslint -c .eslintrc.json src/**", "lint:fix": "eslint -c .eslintrc.json src/** --fix --quiet", "pretest": "run-s lint:* lint audit", "test": "NODE_ENV=test mocha --recursive --timeout [10000] --colors test/**", "testwatch": "NODE_ENV=test mocha --watch --recursive --timeout [10000] --colors test/**", "start": "node examples/index.js", "release:patch": "npm version patch && npm publish --access public", "release:minor": "npm version minor && npm publish --access public", "release:major": "npm version major && npm publish --access public", "postversion": "git push --follow-tags" }, "pre-commit": { "run": [ "lint:fix", "lint" ] }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/medullan/vara-cl-sdk.git" }, "keywords": [ "vara", "vara api", "vara sdk", "custom code", "custom logic", "custom business logic" ], "dependencies": { "body-parser": "^1.18.3", "bunyan": "^1.8.12", "cuid": "^1.3.8", "express": "^4.14.1", "joi": "^10.2.0", "lodash": "^4.17.11", "moment": "^2.22.2", "request": "^2.88.0", "request-id-middleware": "^1.0.0", "request-promise": "^4.1.1", "verror": "^1.10.0" }, "devDependencies": { "assert-match": "^1.1.1", "eslint": "^3.14.1", "eslint-config-airbnb-base": "^11.0.1", "eslint-plugin-import": "^2.14.0", "grunt": "^1.0.3", "grunt-contrib-watch": "^1.1.0", "grunt-run": "^0.8.1", "human-interval": "^0.1.6", "mocha": "^5.2.0", "nock": "^9.6.1", "npm-run-all": "^4.1.3", "pre-commit": "^1.2.2", "sinon": "^1.17.7", "supertest": "^3.3.0", "uuid": "^3.3.2" } }