-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.15 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
45
46
47
48
49
50
51
52
53
{
"name": "rpg",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"bson": "^4.6.1",
"cookie-parser": "^1.4.6",
"debug": "~2.6.9",
"express": "^4.17.2",
"flatted": "^2.0.2",
"hosted-git-info": "^4.1.0",
"http-errors": "~1.6.3",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"js-yaml": "^3.14.1",
"lodash": ">=4.17.21",
"mocha": "^9.2.0",
"mongodb": "^3.7.3",
"morgan": "~1.9.1",
"nodemon": "^2.0.15",
"pdfkit": "^0.11.0",
"pug": ">=3.0.1",
"pug-code-gen": ">=2.0.3",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.5",
"web-push": "^3.4.5"
},
"description": "To get this to work, you need to first install Node.js",
"main": "app.js",
"devDependencies": {
"ava": "^4.3.3",
"esm": "^3.2.25"
},
"ava": {
"require": [
"esm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThePix/rpg_web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThePix/rpg_web/issues"
},
"homepage": "https://github.com/ThePix/rpg_web#readme"
}