-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "abizitatesammler",
"version": "1.0.0",
"description": "",
"main": "dist/src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npm run build && node dist/server.js",
"debug": "npm run build && DEBUG=express:* node dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferb300/abizitatesammler.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ferb300/abizitatesammler/issues"
},
"homepage": "https://github.com/ferb300/abizitatesammler#readme",
"dependencies": {
"ajv": "^8.10.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"ejs": "^3.1.5",
"express": "4.17.1",
"formidable": "^2.0.1",
"mongoose": "^6.2.2",
"multer": "^1.4.4",
"node-fetch": "^2.6.7",
"webdav": "^4.8.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "4.17.8",
"@types/express-formidable": "^1.2.0",
"@types/mongoose": "^5",
"@types/multer": "^1.4.7",
"@types/node": "14.14.31",
"@types/node-fetch": "^2.5.7",
"typescript": "4.1.3"
}
}