-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.2 KB
/
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
41
42
43
44
{
"name": "opentitles-scraper",
"version": "1.36.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"compile": "tsc",
"semanticrelease": "semantic-release",
"lint": "eslint \"./src/**/*.ts\" --max-warnings 10"
},
"author": "Floris de Bijl",
"license": "AGPL-3.0",
"dependencies": {
"@fdebijl/clog": "1.168.0",
"@sentry/integrations": "7.114.0",
"@sentry/node": "7.119.0",
"amqplib": "0.10.4",
"async": "3.2.6",
"dotenv": "16.4.5",
"moment": "2.30.1",
"mongodb": "5.9.2",
"request": "2.88.2",
"rss-parser": "3.13.0"
},
"devDependencies": {
"@fdebijl/eslint-config": "1.3.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/amqplib": "0.10.5",
"@types/async": "3.2.24",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/mongodb": "4.0.7",
"@types/request": "2.48.12",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.0",
"semantic-release": "20.1.3",
"semantic-release-conventional-commits": "3.0.0",
"typescript": "5.6.2"
}
}