-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
68 lines (68 loc) · 1.69 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
{
"name": "freerestapi",
"version": "2.0.0",
"description": "Free Rest API for Everyone",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@justalk/pornhub-api": "^3.3.0",
"axios": "^0.21.0",
"base-64": "^1.0.0",
"base32": "0.0.6",
"brainly-scraper-v2": "^2.0.4-1",
"cheerio": "^1.0.0-rc.3",
"child_process": "^1.0.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"countapi-js": "^1.0.2",
"css-what": "^5.0.1",
"debug": "~4.3.1",
"dotenv": "^10.0.0",
"express": "~4.17.1",
"express-rate-limit": "^5.0.0",
"faker": "^5.5.3",
"file-type": "^16.0.1",
"form-data": "^4.0.0",
"generate-password": "^1.4.2",
"genius-lyrics": "^4.0.0",
"github-scraper": "^7.0.1",
"got": "^11.8.2",
"hash.js": "^1.1.7",
"hbs": "^4.1.0",
"http-errors": "~1.8.0",
"instatouch": "^2.3.6",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"minimist": "^1.2.5",
"moment-timezone": "^0.5.32",
"morgan": "~1.10.0",
"needle": "^2.4.0",
"nhentai": "^3.0.0",
"node-fetch": "^2.6.1",
"node-scrapy": "^0.5.0",
"nodemon": "^2.0.7",
"pg": "^8.5.1",
"puppeteer": "^10.0.0",
"supertest": "^6.1.3",
"tiktok-scraper": "^1.4.3",
"tiktok-scraper-without-watermark": "^1.0.6",
"yt-search": "^2.9.0",
"ytdl-core": "^4.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AthallahDzaki/freerestapi"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AthallahDzaki/freerestapi/issues"
},
"homepage": "https://freerestapi.herokuapp.com"
}