This repository was archived by the owner on Jan 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.4 KB
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
41
42
43
44
45
46
47
48
{
"name": "cinepro-backend",
"version": "1.0.2",
"description": "Backend API of CinePro (scraper)",
"main": "index.js",
"homepage": "https://cinepro.mintlify.app/",
"bugs": {
"url": "https://github.com/cinepro-org/backend/issues"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch index.js --debug",
"main": "node --watch index.js",
"deploy": "node --watch index.js",
"start": "node --watch index.js"
},
"author": {
"name": "CinePro Dev Team and All contributors",
"url": "https://github.com/orgs/cinepro-org/teams/devs/"
},
"license": "SEE LICENSE ON https://cinepro.mintlify.app/general-information/license#in-a-nutshell",
"dependencies": {
"axios": "^1.13.2",
"base-64": "^1.0.0",
"cheerio": "^1.1.2",
"cloudflare-scraper": "^2.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"prettier": "^3.7.4",
"unpacker": "^1.0.1",
"wyzie-lib": "^2.2.6"
},
"keywords": [
"cinepro",
"movie",
"tv show",
"scraper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cinepro-org/backend.git"
}
}