-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 Bytes
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
{
"name": "doomp",
"version": "1.1.0",
"description": "doomp",
"main": "server.js",
"scripts": {
"dev": "netlify dev",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krow-ten/doomp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/krow-ten/doomp/issues"
},
"homepage": "https://github.com/krow-ten/doomp#readme",
"dependencies": {
"@netlify/functions": "^2.7.0",
"ejs": "^3.1.10",
"ent": "^2.2.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"mongojs": "^3.1.0",
"serverless-http": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20.13.0",
"netlify-cli": "^17.23.8"
}
}