-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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": "ryoberion",
"version": "1.0.0",
"description": "Discord用多機能BOT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"check": "prettier --check .",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.76",
"adm-zip": "^0.5.16",
"audio-decode": "^2.2.3",
"axios": "^1.11.0",
"cheerio": "^1.1.2",
"discord.js": "^14.21.0",
"dotenv": "^17.2.1",
"kuromoji": "^0.1.2",
"makeitaquote": "^8.0.1",
"mongoose": "^8.17.0",
"node-cron": "^4.2.1",
"node-schedule": "^2.1.1",
"wanakana": "^5.3.1",
"wav-encoder": "^1.3.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.3.0",
"prettier": "^3.6.2"
}
}