@mediarithmics/plugins-nodejs-sdk
Version:
This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate
51 lines (50 loc) • 1.57 kB
JSON
{
"name": "@mediarithmics/plugins-nodejs-sdk",
"version": "0.3.7",
"description": "This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate",
"repository": "github:MEDIARITHMICS/plugins-nodejs-sdk",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"test": "./test_sdk_and_examples.sh",
"prepublishOnly": "tsc -p ./ --outDir build/",
"docs": "typedoc --out docs/ --mode modules --target es6 --module commonjs ./src"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/body-parser": "^1.16.8",
"@types/express": "^4.11.0",
"@types/handlebars": "^4.0.36",
"@types/lodash": "^4.14.92",
"@types/memory-cache": "0.2.0",
"@types/request-promise-native": "^1.0.10",
"@types/winston": "^2.3.7",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.4",
"memory-cache": "^0.2.0",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/chai": "^4.0.10",
"@types/mocha": "^2.2.46",
"@types/mockery": "^1.4.29",
"@types/sinon": "^4.1.2",
"@types/supertest": "^2.0.4",
"chai": "^4.1.2",
"mocha": "^4.1.0",
"mockery": "^2.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.1.3",
"supertest": "^3.0.0",
"ts-node": "^4.1.0",
"typedoc": "^0.9.0",
"typescript": "^2.6.2"
}
}