-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 752 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
{
"name": "addic7ed-api",
"version": "2.0.1",
"type": "module",
"description": "API to search and download subtitles files from addic7ed.com",
"main": "index.mjs",
"dependencies": {
"iconv-lite": "^0.6.3",
"langs": "^2.0.0",
"node-fetch": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/same31/addic7ed-api.git"
},
"keywords": [
"addic7ed",
"addic7ed.com",
"subtitles",
"api",
"search",
"download"
],
"author": "Matthieu Mitrani",
"license": "MIT",
"bugs": {
"url": "https://github.com/same31/addic7ed-api/issues"
},
"homepage": "https://github.com/same31/addic7ed-api"
}