-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "ban-appeal",
"version": "1.0.0",
"description": "Ban appeal bot",
"main": "bot.ts",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"fs": "^0.0.1-security",
"js-yaml": "^3.14.1",
"path": "^0.12.7",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/ms": "^0.7.31",
"@types/node": "^16.4.10",
"@types/sqlite3": "^3.1.7",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node ./build/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KingOKarma/typescript-discord-bot-template.git"
},
"author": "KingOKarma",
"license": "ISC",
"bugs": {
"url": "https://github.com/KingOKarma/typescript-discord-bot-template/issues"
},
"homepage": "https://github.com/KingOKarma/typescript-discord-bot-template#readme"
}