-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "AinsBOT",
"version": "0.1.0",
"description": "Personal discord mod",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"newcmd": "node scripts/newcmd.js --"
},
"author": "Trainsley69",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/AI-nsley69/AinsBOT.git"
},
"bugs": {
"url": "https://github.com/AI-nsley69/AinsBOT/issues"
},
"homepage": "https://github.com/AI-nsley69/AinsBOT",
"type": "module",
"dependencies": {
"axios": "^0.26.0",
"canvas": "^2.9.3",
"chalk": "^5.2.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"imgur": "^2.2.0",
"memory-cache": "^0.2.0",
"nhentai-ikyy": "^2.0.1",
"node-os-utils": "^1.3.6",
"pretty-ms": "^7.0.1",
"relevant-urban": "^2.0.0",
"sequelizer": "^1.1.4",
"shefin-tinyurl": "^1.0.0",
"sqlite3": "^5.1.2",
"tiktok-scraper": "^1.4.36",
"translate-google": "^1.5.0",
"unshorten.it": "^1.0.0",
"wikijs": "^6.3.3"
},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5"
}
}