-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 581 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 581 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
{
"name": "daylio-viewer",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "npx nodemon server.js"
},
"author": "Ayo Isaiah",
"license": "MIT",
"dependencies": {
"cookie-parser": "1.3.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"extract-zip": "^2.0.1",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"path": "^0.12.7",
"pug": "^3.0.2",
"readline-sync": "^1.4.10",
"request": "^2.88.2"
},
"devDependencies": {
"nodemon": "^1.14.9"
},
"engines": {
"node": "16.13.2"
}
}