-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 957 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
{
"name": "fishy",
"version": "2.0.0",
"scripts": {
"start": "NODE_ENV=production node dist/server.js",
"dev": "npx tsx --watch src/server.ts",
"build": "NODE_ENV=production tsc && copyfiles src/views src/public dist -u 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"crawler-user-agents": "^1.60.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-handlebars": "^9.0.1",
"he": "^1.2.0",
"keyv": "^5.6.0",
"keyv-file": "^5.3.5",
"node-html-parser": "^9.0.4",
"pino-http": "^11.0.0",
"undici": "^8.10.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/json": "^2.1.0",
"@types/express": "^5.0.6",
"@types/he": "^1.2.3",
"@types/node": "^26.5.1",
"eslint": "^10.10.0",
"globals": "^17.12.0",
"jiti": "^2.7.0",
"native-copyfiles": "^2.0.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.70.0"
}
}