-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.49 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.49 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "openworld-server",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"serve": "nodemon server.js",
"start": " pm2 start --no-daemon ecosystem.config.js -- watch",
"test": "jest --runInBand --detectOpenHandles --testTimeout=100000000"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"keywords": [],
"author": "Game Gen <info@gamegen.com>",
"license": "UNLICENSED",
"dependencies": {
"aws-sdk": "^2.758.0",
"body-parser": "^1.19.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-group-routes": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"migrate-mongo": "^8.1.1",
"moment": "^2.24.0",
"mongodb": "^3.6.0",
"mongoose": "^5.9.9",
"multer": "^1.4.2",
"sinon-chai": "^3.5.0",
"socket.io": "^2.3.0",
"supertest": "^4.0.2",
"swagger-jsdoc": "^4.3.1",
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {
"chai": "^4.2.0",
"http-status-codes": "^2.1.4",
"jest": "^26.4.2",
"mocha": "^8.1.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"pm2": "^4.5.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/super-reality/super-reality-api.git"
},
"bugs": {
"url": "https://github.com/super-reality/super-reality-api/issues"
},
"homepage": "https://github.com/super-reality/super-reality-api#readme",
"description": ""
}