-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 966 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
35
36
37
38
39
40
{
"name": "pieboard-server",
"version": "1.0.0",
"description": "pieboard server",
"main": "app.js",
"type": "module",
"scripts": {
"test": "cross-env TEST_ENV=1 jest",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kings-Ridge-Christian-School/pieboard-server"
},
"author": "Lukas Holliger",
"license": "MIT",
"dependencies": {
"activedirectory2": "^2.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"gm": "^1.23.1",
"image-thumbnail": "^1.0.13",
"md5": "^2.2.1",
"node-fetch": "^2.6.0",
"npm": "^6.13.6",
"object-path": "^0.11.5",
"openpgp": "^5.0.0-5",
"uuid": "^8.3.2",
"video-thumbnail-generator": "^1.1.3"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "^26.0.1",
"supertest": "^4.0.2"
}
}