vulcain-corejs
Version:
Vulcain micro-service framework
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "vulcain-corejs",
"version": "2.0.0-beta954",
"description": "Vulcain micro-service framework",
"main": "lib/src/index.js",
"scripts": {
"test": "npm run build && mocha --reporter spec ./lib/test/**/*.spec",
"build": "tsc -p ."
},
"files": [
"lib/src"
],
"repository": {
"type": "git",
"url": "https://github.com/vulcainjs/vulcain-corejs.git"
},
"maintainers": [
"Alain Metge"
],
"engines": {
"node": ">=6.0"
},
"license": "Apache-2.0",
"typings": "lib/src/index.d.ts",
"devDependencies": {
"@types/amqplib": "^0.5.7",
"@types/chai": "^4.1.0",
"@types/fast-stats": "0.0.29",
"@types/jsonwebtoken": "^7.2.5",
"@types/mocha": "^5.0.0",
"@types/mongodb": "^3.0.9",
"chai": "^4.1.2",
"mocha": "^5.0.4",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"dependencies": {
"amqplib": "^0.5.2",
"fast-stats": "0.0.3",
"graphql": "^0.13.1",
"jaeger-client": "^3.10.0",
"jsonwebtoken": "^8.2.0",
"moment": "^2.21.0",
"mongodb": "^3.0.4",
"prom-client": "^11.0.0",
"reflect-metadata": "^0.1.3",
"router": "^1.3.2",
"rxjs": "^5.5.7",
"swagger-ui-dist": "^3.12.1",
"unirest": "^0.5.0",
"uuid": "^3.0.1",
"validator": "^9.4.1",
"zipkin": "^0.12.0",
"zipkin-transport-http": "^0.12.0"
}
}