UNPKG

1.4 kBJSONView Raw
1{
2 "name": "node-mu",
3 "version": "0.3.2",
4 "description": "Minimalistic node.js microservices framework on top of Express.js",
5 "main": "index.js",
6 "author": "Luca Stasio <joshuagame@gmail.com>",
7 "license": "MIT",
8 "private": false,
9 "repository": {
10 "type": "git",
11 "url": "https://joshuagame@bitbucket.org/itross/node-mu.git"
12 },
13 "dependencies": {
14 "amqplib": "^0.5.2",
15 "auto-bind": "^1.2.0",
16 "axios": "^0.18.0",
17 "bluebird": "^3.5.1",
18 "body-parser": "^1.18.2",
19 "compression": "^1.7.2",
20 "config": "^1.30.0",
21 "cors": "^2.8.4",
22 "dayjs": "^1.5.22",
23 "dotenv-safe": "^5.0.1",
24 "elastic-apm-node": "^1.6.0",
25 "elasticsearch": "^15.1.1",
26 "events": "^2.0.0",
27 "express": "^4.16.3",
28 "express-validation": "^1.0.2",
29 "express-winston": "^2.5.1",
30 "helmet": "^3.12.0",
31 "hertzy": "^0.0.7",
32 "http": "^0.0.0",
33 "http-status": "^1.1.0",
34 "inversify": "^4.13.0",
35 "joi": "^13.3.0",
36 "js-yaml": "^3.11.0",
37 "knex": "^0.14.6",
38 "method-override": "^2.3.10",
39 "mysql2": "^1.5.3",
40 "objection": "^1.1.7",
41 "objection-repositories": "^1.5.0",
42 "passport": "^0.4.0",
43 "passport-http-bearer": "^1.0.1",
44 "passport-jwt": "^4.0.0",
45 "reflect-metadata": "^0.1.12",
46 "server-destroy": "^1.0.1",
47 "uuid": "^3.2.1",
48 "winston": "^2.4.2",
49 "winston-daily-rotate-file": "^3.1.3"
50 }
51}