-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
40
41
42
43
44
{
"name": "resker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon --config ./assets/nodemon.test.json",
"dev": "nodemon --config nodemon.dev.json",
"serve": "DEBUG=resker node index.js",
"start": "forever -a -l forever.log -o stdout.log -e stderr.log index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/purefan/resker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/purefan/resker/issues"
},
"homepage": "https://gitlab.com/purefan/resker#readme",
"dependencies": {
"@types/express": "^4.17.3",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"chess.js": "^0.10.3",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"forever": "^3.0.0",
"mongodb": "^3.5.5",
"osprey": "^0.5.4",
"osprey-middleware": "^0.4.3",
"raml2obj": "^6.6.0",
"resker-debug": "file:lib/debug",
"snappy": "^6.3.5"
},
"devDependencies": {
"mocha": "^7.1.1",
"mongo-mock": "^4.0.0",
"nodemon": "^2.0.2",
"supertest": "^4.0.2"
}
}