UNPKG

pip-services3-commons-nodex

Version:

Portable abstractions and patterns for Pip.Services in Node.js / ES2017

47 lines (46 loc) 1.25 kB
{ "name": "pip-services3-commons-nodex", "version": "1.0.4", "author": "Conceptual Vision Consulting LLC", "description": "Portable abstractions and patterns for Pip.Services in Node.js / ES2017", "contributors": [ { "name": "Sergey Seroukhov", "email": "seroukhov@gmail.com" } ], "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-nodex.git" }, "license": "MIT", "engines": { "node": ">=14.0.0" }, "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" }, "dependencies": { "uuid": "^9.0.0" }, "devDependencies": { "@types/chai": "^4.0.0", "@types/mocha": "^10.0.1", "@types/node": "*", "chai": "^4.3.4", "mocha": "^10.2.0" } }