pip-services3-commons-node
Version:
Portable abstractions and patterns for Pip.Services in Node.js
63 lines (62 loc) • 1.98 kB
JSON
{
"name": "pip-services3-commons-node",
"version": "3.0.8",
"author": "Conceptual Vision Consulting LLC",
"description": "Portable abstractions and patterns for Pip.Services in Node.js",
"contributors": [
{
"name": "Sergey Seroukhov",
"email": "seroukhov@gmail.com"
},
{
"name": "Volodymyr Tkachenko",
"email": "vovantigo@gmail.com"
},
{
"name": "Mark Zontak",
"email": "mark@zontak.me"
}
],
"main": "./obj/src/index.js",
"typings": "./obj/src/index.d.ts",
"keywords": [
"pip.services",
"microservice",
"commons",
"library"
],
"noAnalyze": true,
"repository": {
"type": "git",
"url": "ssh://git@github.com:pip-services3-node/pip-services3-commons-node.git"
},
"license": "MIT",
"engines": {
"node": ">=0.6.14"
},
"private": false,
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "mocha -t 10000 -R spec -u tdd --recursive ./obj/test",
"retest": "tsc && mocha -t 10000 -R spec -u tdd --recursive ./obj/test",
"docgen": "typedoc --out docs src --mode modules --excludeExternals --excludePrivate --target ES5 --ignoreCompilerErrors",
"docgen2": "typedoc --out docs src --mode file --excludeExternals --target ES5 --ignoreCompilerErrors --readme docs/ApiReference.md"
},
"dependencies": {
"async": "^2.1.0",
"lodash": "^4.17.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"@types/async": "^2.0.0",
"@types/chai": "*",
"@types/lodash": "^4.0.0",
"@types/mocha": "*",
"@types/node": "*",
"chai": "^3.5.0",
"mocha": "^2.2.0",
"typedoc": "^0.11.1",
"typedoc-plugin-external-module-name": "git+https://github.com/hobbyguy77/typedoc-plugin-external-module-name.git"
}
}