This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.91 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
70
71
72
73
74
75
76
77
78
{
"name": "Acorn",
"version": "1.3.1",
"description": "Acorn.ink",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"canvas-senpai": "^2.0.3",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"database": "0.0.2",
"disbots-xyz": "^1.0.0",
"disbots.js": "^1.0.0",
"discord-button-page": "^6.2.0",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.4.1",
"discord.js": "^12.5.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-minify-html": "^0.10.0",
"express-minify-html-terser": "^1.0.2",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"fs": "^0.0.2",
"geoip-lite": "^1.4.2",
"hastebin-gen": "^2.0.5",
"helmet": "^4.4.1",
"http": "0.0.1-security",
"ipware": "^2.0.0",
"jimp": "^0.16.1",
"jquery": "^3.6.0",
"level-session-store": "^2.2.0",
"marked": "^4.2.12",
"memorystore": "^1.6.4",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.11.17",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"rate-limit-mongo": "^2.3.1",
"referrer-policy": "^1.2.0",
"request": "^2.88.2",
"snow-db": "^2.0.2",
"socket.io": "^4.0.1",
"superagent": "^8.0.9",
"sweetalert": "^2.1.2",
"sweetalert2": "10.15.6",
"twemoji-parser": "^14.0.0",
"vcodes.js": "^1.0.5",
"void.nsfw": "^1.0.8-beta",
"webhook-discord": "^3.7.7"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": ""
},
"keywords": [
"Acorn.ink"
],
"author": "Acorn Team"
}