-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.51 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "zone-telechargement-api",
"version": "1.1.0",
"description": "An API for zone-telechargement built from Scratch",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node app.js",
"test": "jest --testPathPattern=tests --verbose"
},
"jest": {
"rootDir": "./",
"modulePaths": [
"<rootDir>"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sylicium/zone-telechargement-api.git"
},
"keywords": [
"zone",
"telechargement",
"api",
"download",
"film",
"movie",
"free",
"gratuit"
],
"author": {
"name": "Sylicium",
"email": "[email protected]",
"url": "https://github.com/Sylicium/"
},
"contributors": [
{
"name": "Matthieu Evain",
"url": "https://www.evain.ovh/"
}
],
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"cli-color": "^2.0.3",
"discord.js": "^14.11.0",
"dom-parser": "^0.1.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-query-parser": "^1.3.3",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"node-svg2img": "^1.1.0",
"ppfun-captcha": "^1.6.7",
"request": "^2.88.2",
"socket.io": "^4.7.1",
"tough-cookie": "^4.1.3"
},
"bugs": {
"url": "https://github.com/Sylicium/zone-telechargement-api/issues"
},
"homepage": "https://github.com/Sylicium/zone-telechargement-api#readme",
"directories": {
"doc": "docs"
},
"devDependencies": {
"jest": "^29.6.2"
}
}