forked from PretendoNetwork/Yamamura
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "bandwidth",
"version": "1.0.0",
"description": "Official Pretendo Network Discord community bot",
"main": "src/bot.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"start": "node ./src/bot",
"start:dev": "NODE_ENV=development node ./src/bot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/Bandwidth.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/Bandwidth/issues"
},
"homepage": "https://github.com/PretendoNetwork/Bandwidth#readme",
"dependencies": {
"@discordjs/builders": "^1.3.0",
"@discordjs/rest": "^1.3.0",
"@napi-rs/canvas": "^0.1.40",
"axios": "^1.4.0",
"cld": "^2.9.0",
"discord-api-types": "^0.31.2",
"discord-html-transcripts": "^3.1.2",
"discord.js": "^14.8.0",
"fs-extra": "^10.1.0",
"lookpath": "^1.2.2",
"natural": "^6.5.0",
"sqlite": "^4.1.2",
"sqlite3": "^5.1.2"
},
"devDependencies": {
"eslint": "^8.14.0",
"eslint-plugin-jsdoc": "^39.2.9"
}
}