forked from bipuldey19/Opensubtitles-Unofficial-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 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
33
34
35
36
37
{
"name": "opensubtitles-unofficial-api",
"version": "1.0.0",
"description": "An unofficial Opensubtiles API for searching and downlaoding subtiitles from opensubtitles.",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"dev": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bipuldey19/Opensubtitles-Unofficial-API.git"
},
"keywords": [
"opensubtitles",
"opensubtitles",
"api",
"subtitle",
"subtitle",
"api"
],
"author": "https://github.com/bipuldey19",
"license": "ISC",
"bugs": {
"url": "https://github.com/bipuldey19/Opensubtitles-Unofficial-API/issues"
},
"homepage": "https://github.com/bipuldey19/Opensubtitles-Unofficial-API#readme",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.11",
"cors": "^2.8.5",
"express": "^4.18.1"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}