-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 822 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
{
"name": "glitch-template",
"version": "0.0.1",
"description": "Starter project for learning glitch and express",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"axios": "^0.21.1"
},
"repository": {
"url": "https://github.com/wit-hdip-comp-sci-2021/glitch-template"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
],
"prettier": {
"singleQuote": false,
"printWidth": 120
},
"devDependencies": {
"prettier": "^2.3.0"
}
}