-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1 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
{
"name": "twinklebot",
"version": "0.0.3",
"description": "Fandom Developers Discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dorumin/Twinkle.git"
},
"author": "Doru",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dorumin/Twinkle/issues"
},
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/Dorumin/Twinkle#readme",
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/rest": "^0.1.0-canary.0",
"acorn": "^8.6.0",
"better-sqlite3": "^7.4.3",
"clean-stack": "^4.1.0",
"confusables": "^1.0.0",
"diff": "^5.0.0",
"discord-api-types": "^0.22.0",
"discord.js": "^13.0.1",
"dropbox": "^10.5.0",
"escodegen": "^2.0.0",
"got": "^11.8.2",
"he": "^1.2.0",
"node-fetch": "^2.6.1",
"node-html-parser": "^4.1.3",
"recursive-readdir": "^2.2.2",
"table": "^6.7.1",
"tough-cookie": "^4.0.0"
}
}