-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"description": "Discord bot written in TS with discord.js.",
"main": "build/src/index.js",
"scripts": {
"tsserver": "tsc -w -p .",
"build": "tsc -p .",
"freshbuild": "rm -r ./build/ && tsc -p .",
"test": "clear && tsc -p . && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClintFlames/asoul-r.git"
},
"keywords": [
"discord",
"js",
"bot"
],
"author": "ClintFlames",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ClintFlames/asoul-r/issues"
},
"homepage": "https://github.com/ClintFlames/asoul-r#readme",
"dependencies": {
"discord.js": "14.10.2",
"levenshtein": "^1.0.5",
"qrcode": "1.5.3",
"weather-js": "2.0.0"
},
"devDependencies": {
"@types/levenshtein": "^1.0.4",
"@types/node": "18.15.11",
"typescript": "5.0.3"
}
}