-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1016 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1016 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
{
"name": "opentitles-server",
"version": "1.10.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"compile": "tsc",
"build": "npm run compile",
"lint": "eslint \"./src/**/*.ts\" --max-warnings 2"
},
"author": "Floris de Bijl",
"license": "AGPL-3.0",
"dependencies": {
"@fdebijl/clog": "1.163.0",
"@sentry/node": "6.19.7",
"@sentry/tracing": "6.19.7",
"@types/moment": "2.13.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.20.0",
"express-prometheus-middleware": "1.2.0",
"moment": "2.30.1",
"mongodb": "4.17.2",
"prom-client": "13.2.0"
},
"devDependencies": {
"@fdebijl/eslint-config": "1.3.0",
"@fdebijl/tsconfig": "1.2.2",
"@types/cors": "2.8.12",
"@types/express": "4.17.14",
"@types/express-prometheus-middleware": "1.2.1",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.27.0",
"typescript": "4.8.4"
}
}