UNPKG

1.98 kBJSONView Raw
1{
2 "name": "pip-services3-commons-node",
3 "version": "3.0.8",
4 "author": "Conceptual Vision Consulting LLC",
5 "description": "Portable abstractions and patterns for Pip.Services in Node.js",
6 "contributors": [
7 {
8 "name": "Sergey Seroukhov",
9 "email": "seroukhov@gmail.com"
10 },
11 {
12 "name": "Volodymyr Tkachenko",
13 "email": "vovantigo@gmail.com"
14 },
15 {
16 "name": "Mark Zontak",
17 "email": "mark@zontak.me"
18 }
19 ],
20 "main": "./obj/src/index.js",
21 "typings": "./obj/src/index.d.ts",
22 "keywords": [
23 "pip.services",
24 "microservice",
25 "commons",
26 "library"
27 ],
28 "noAnalyze": true,
29 "repository": {
30 "type": "git",
31 "url": "ssh://git@github.com:pip-services3-node/pip-services3-commons-node.git"
32 },
33 "license": "MIT",
34 "engines": {
35 "node": ">=0.6.14"
36 },
37 "private": false,
38 "scripts": {
39 "build": "tsc",
40 "watch": "tsc --watch",
41 "test": "mocha -t 10000 -R spec -u tdd --recursive ./obj/test",
42 "retest": "tsc && mocha -t 10000 -R spec -u tdd --recursive ./obj/test",
43 "docgen": "typedoc --out docs src --mode modules --excludeExternals --excludePrivate --target ES5 --ignoreCompilerErrors",
44 "docgen2": "typedoc --out docs src --mode file --excludeExternals --target ES5 --ignoreCompilerErrors --readme docs/ApiReference.md"
45 },
46 "dependencies": {
47 "async": "^2.1.0",
48 "lodash": "^4.17.0",
49 "uuid": "^3.0.0"
50 },
51 "devDependencies": {
52 "@types/async": "^2.0.0",
53 "@types/chai": "*",
54 "@types/lodash": "^4.0.0",
55 "@types/mocha": "*",
56 "@types/node": "*",
57 "chai": "^3.5.0",
58 "mocha": "^2.2.0",
59 "typedoc": "^0.11.1",
60 "typedoc-plugin-external-module-name": "git+https://github.com/hobbyguy77/typedoc-plugin-external-module-name.git"
61 }
62}