-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1015 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
34
35
36
37
38
39
40
{
"name": "cuevana3.v2",
"version": "1.0.4",
"description": "Cuevana3 scraper is a content provider of the latest in the world of cinema with sub in Latin Spanish, subtitled and free, in addition to providing different complementary information.",
"main": "./src/app.js",
"types": "./types/api.d.ts",
"scripts": {
"dev": "nodemon src/app.js"
},
"keywords": [
"cuevana3-scraper",
"cuevana",
"cuevana3",
"scraper",
"cuevana 3"
],
"author": "FV",
"contributors": [
"FV"
],
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"cloudscraper": "^4.6.0",
"nodemon": "^2.0.6",
"request": "^2.88.2",
"express": "^4.18.2"
},
"devDependencies": {
"typescript": "^2.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Francis-play/cuevana3.v2.git"
},
"bugs": {
"url": "https://github.com/Francis-play/cuevana3.v2/issues"
},
"homepage": "https://github.com/Francis-play/cuevana3.v2#readme"
}