moleculer
Version:
Fast & powerful microservices framework for Node.JS
84 lines (83 loc) • 2.19 kB
JSON
{
"name": "moleculer",
"version": "0.7.8",
"description": "Fast & powerful microservices framework for Node.JS",
"main": "index.js",
"scripts": {
"bench": "node benchmark/index.js",
"ci": "jest --watch",
"coverall": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"demo": "node examples/index.js",
"deps": "npm-check -u",
"dev": "nodemon --debug dev/index.js",
"lint": "eslint --ext=.js src",
"lint:fix": "eslint --fix --ext=.js src",
"perf": "nodemon --allow-natives-syntax benchmark/perf-runner.js",
"pperf": "node --inspect --expose-gc benchmark/perf-runner.js",
"proto": "pbjs -t static-module -w commonjs -o src/serializers/proto/packets.proto.js src/serializers/proto/packets.proto",
"test": "jest --coverage"
},
"keywords": [
"microservices",
"microservice",
"rpc",
"services",
"micro",
"pubsub",
"scalable"
],
"repository": {
"type": "git",
"url": "https://github.com/ice-services/moleculer.git"
},
"author": "Ice Services",
"license": "MIT",
"devDependencies": {
"amqplib": "0.5.1",
"avsc": "5.0.4",
"benchmarkify": "2.1.0",
"chalk": "1.1.3",
"coveralls": "2.13.1",
"eslint": "4.0.0",
"eslint-plugin-promise": "3.5.0",
"fakerator": "0.3.0",
"ioredis": "3.1.1",
"jest": "20.0.4",
"jest-cli": "20.0.4",
"lolex": "1.6.0",
"moleculer-repl": "0.1.2",
"mqtt": "2.8.2",
"msgpack5": "3.4.1",
"nats": "0.7.20",
"nodemon": "1.11.0",
"npm-check": "5.4.4",
"protobufjs": "6.8.0",
"v8-natives": "1.0.0"
},
"dependencies": {
"bluebird": "3.5.0",
"es6-error": "4.0.2",
"eventemitter2": "4.1.0",
"fastest-validator": "0.4.2",
"glob": "7.1.2",
"lodash": "4.17.4",
"nanomatch": "1.2.0",
"node-object-hash": "1.2.0"
},
"engines": {
"node": ">= 6.x.x"
},
"tonicExampleFilename": "docs/runkit/simple.js",
"typings": "./index.d.ts",
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/services/"
],
"testEnvironment": "node",
"rootDir": "./src",
"roots": [
"../test"
]
}
}