-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 986 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
{
"name": "subtitles-stremio-addon",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
"test:watch": "npm test -- --watch",
"start": "node --max-old-space-size=4096 addon.js"
},
"repository": "https://github.com/vmotta8/subtitles-translator-ts.git",
"author": "Vinicius Motta <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"eslint": "^7.19.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"git-commit-msg-linter": "^3.0.0",
"jest": "^26.6.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.431.0",
"@aws-sdk/s3-request-presigner": "^3.431.0",
"axios": "^1.5.1",
"dotenv": "^8.2.0",
"opensubtitles-api": "^5.1.2",
"stremio-addon-sdk": "^1.6.5"
}
}