-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 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
{
"name": "spicy-flix",
"version": "2.0.1",
"description": "discord nsfw bot",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"botlist.me.js": "^1.0.3",
"chalk": "^4.1.0",
"chillout": "^5.0.0",
"common-tags": "^1.8.0",
"delay": "^4.4.0",
"discord.js": "^14.14.1",
"dotenv": "^12.0.4",
"fetch": "^1.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"humanize-duration": "^3.27.1",
"locale-parser": "^1.1.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.9.19",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"os": "^0.1.2",
"plsargs": "^0.1.6",
"pornhub.js": "^1.7.4",
"process": "^0.11.10",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"rm": "^0.1.8",
"stuffs": "^0.1.17",
"uuid": "^8.3.2",
"voucher-code-generator": "^1.3.0"
},
"scripts": {
"start": "node --no-warnings index.js"
},
"author": "Enterprise",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Enterprise-ir/Prima.git"
},
"bugs": {
"url": "https://github.com/Enterprise-ir/Prima/issues"
},
"homepage": "https://github.com/Enterprise-ir/Prima#readme",
"devDependencies": {
"node": "^17.0.1"
}
}