forked from DarkMakerofc/movie-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 904 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
38
{
"name": "mrnima-moviedl",
"version": "1.0.0",
"description": "This is Unofficial Web scraper of sinhalasub.lk web site.",
"main": "index.js",
"keywords": [
"moviedl",
"movie",
"api",
"downloader",
"scraper",
"mrnima",
"sinhalasub"
],
"scripts": {
"test": "echo Running Example Search && node example/example-enc.js search kgf"
},
"author": "MRNIMA (https://github.com/darkmakerofc)",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12"
},
"directories": {
"example": "example",
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/darkmakerofc/movie-dl.git"
},
"bugs": {
"url": "https://github.com/darkmakerofc/movie-dl/issues"
},
"homepage": "https://github.com/darkmakerofc/movie-dl#readme"
}