-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 923 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 923 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "^7.5.3",
"nodemon": "^3.1.0",
"puppeteer": "^24.37.3",
"shrinkem": "^2.1.0"
},
"dependencies": {
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"feed": "^5.2.0",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"marked": "^17.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"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"
}