-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
39 lines (39 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "moleculer-examples-blog",
"version": "3.0.0",
"description": "Blog examples for Moleculer framework",
"scripts": {
"start": "moleculer-runner",
"dev": "moleculer-runner --repl --hot services",
"docker:build": "docker build -t moleculer-blog .",
"deps": "npm-check -u"
},
"author": "MoleculerJS",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"eslint": "^6.8.0",
"express": "^4.17.1",
"fakerator": "^0.3.1",
"hashids": "2.2.1",
"ioredis": "^4.14.1",
"lodash": "^4.17.15",
"moleculer": "0.14.0",
"moleculer-db": "0.8.5",
"moleculer-db-adapter-mongoose": "^0.8.3",
"moleculer-fake": "^1.0.14",
"moleculer-repl": "^0.6.2",
"moleculer-web": "0.9.0",
"moment": "^2.24.0",
"mongoose": "^5.8.11",
"morgan": "^1.9.1",
"nats": "^1.4.0",
"pug": "^2.0.4",
"redlock": "^4.1.0",
"slugify": "^1.3.6"
},
"devDependencies": {
"nodemon": "^2.0.2",
"npm-check": "^5.9.2"
}
}