-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 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
{
"name": "miraicle",
"version": "1.4.0",
"description": "core",
"main": "dist/index.js",
"scripts": {
"test": "ts-node test.ts",
"start": "node .",
"lint": "eslint --fix src/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@jimp/types": "^0.16.1",
"axios": "^0.26.1",
"better-sqlite3": "^7.5.0",
"botarcapi_lib": "^1.1.9",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"cowsay": "^1.5.0",
"discord-image-generation": "^1.4.13",
"discord.js": "^14.2.0",
"discord.js-selfbot-v13": "^2.5.0",
"dotenv": "^16.0.0",
"fast-glob": "^3.2.11",
"he": "^1.2.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"mathjs": "^10.6.1",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"quick.db2": "^7.2.7",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.16.0"
}
}