-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "ps2alert.me",
"version": "3.0.0",
"type": "module",
"description": "Browser notifications for Planetside 2 alerts.",
"main": "backend/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbrennand/PS2Alert.me.git"
},
"keywords": [],
"author": "dbrennand",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/dbrennand/PS2Alert.me/issues"
},
"homepage": "https://github.com/dbrennand/PS2Alert.me",
"dependencies": {
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"express": "^4.17.3",
"helmet": "^5.0.2",
"mongo-sanitize": "github:vkarpov15/mongo-sanitize#master",
"mongoose": "^6.5.1",
"pino-http": "^6.6.0",
"pug": "^3.0.2"
},
"devDependencies": {
"prettier": "2.5.1"
}
}