-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "eoys-uploader-2021",
"version": "3.1.3",
"description": "A node app for data collection, using azure ad auth",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@azure/msal-node": "^1.1.0",
"aws-sdk": "^2.912.0",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"csv-reader": "^1.0.8",
"dlv": "^1.1.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.2",
"form-data": "^4.0.0",
"jest": "^26.6.3",
"lowdb": "^1.0.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"node-prowl": "^0.1.7",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"winston": "^3.3.3",
"winston-cloudwatch": "^2.5.1",
"wpapi": "^1.2.2",
"vimeo": "^2.1.1",
"toad-scheduler": "^1.3.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/eoys-uploader-2021"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}