-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"main": "index.js",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.45.0",
"@aws-sdk/client-s3": "^3.45.0",
"@aws-sdk/s3-request-presigner": "^3.45.0",
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.2.0-canary.0",
"aws-cloudfront-sign": "^2.2.0",
"axios": "^0.26.1",
"discord-api-types": "^0.31.2",
"discord.js": "^14.5.0",
"dotenv": "^10.0.0",
"eslint": "^8.5.0",
"file-type": "^17.0.2",
"image-type": "^4.1.0",
"luxon": "^2.2.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-downloader-helper": "^1.0.19",
"read-chunk": "^4.0.2",
"sequelize": "^6.16.1",
"tmp-promise": "^3.0.3",
"uuid": "^8.3.2"
},
"name": "diary-js",
"version": "1.0.1",
"description": "Diary cat in javascript",
"repository": "https://github.com/hoangphuc05/diary_cat_js.git",
"author": "Phuc Cai <[email protected]>",
"license": "MIT",
"private": false,
"type": "module",
"devDependencies": {
"core-js": "^3.21.0",
"discord.js-selfbot": "^12.0.2",
"jest": "^27.5.1",
"strtok3": "^6.3.0"
},
"scripts": {
"test": "jest"
}
}