-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 896 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": "cafeandcowork",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "nodemon app.js",
"test": "node test",
"resize": "shrinkem images --size 1200",
"links": "linkinator http://localhost:3000 --recurse --skip '^(?!http://localhost)'"
},
"author": "pqvst",
"license": "ISC",
"devDependencies": {
"ajv": "^8.12.0",
"linkinator": "^6.0.4",
"nodemon": "^3.1.0",
"shrinkem": "^2.1.0"
},
"dependencies": {
"express": "^4.18.3",
"express-rate-limit": "^7.1.5",
"feed": "^4.2.2",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"marked": "^12.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"rollbar": "^2.26.3",
"yaml": "^2.4.0"
},
"nodemonConfig": {
"ext": "js,md,json",
"ignore": [
"locales"
]
},
"type": "module"
}