forked from allegrocy/ascalongw-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (48 loc) · 1.59 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
44
45
46
47
48
49
{
"name": "ascalongw-discord-bot",
"version": "1.0.0",
"description": "AscalonGW Discord Bot",
"main": "dist/src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/allegrocy/ascalongw-discord-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/allegrocy/ascalongw-discord-bot/issues"
},
"homepage": "https://github.com/allegrocy/ascalongw-discord-bot#readme",
"scripts": {
"lint": " eslint . --ext .js,.ts",
"build": "tsc -p tsconfig.json && cp -ura assets/* dist/assets && cp server_config.json dist/config.json",
"dev": "nodemon src/index.ts",
"dev:debug": "nodemon --inspect src/index.ts"
},
"dependencies": {
"@sapphire/framework": "^5.0.7",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/utilities": "^3.15.3",
"@types/atob": "^2.1.2",
"@types/express": "^4.17.21",
"@types/node": "^20.11.16",
"@types/opentype.js": "^1.3.4",
"@types/ws": "^7.2.7",
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"discord.js": "^14.14.1",
"express": "^4.18.2",
"memory-streams": "^0.1.3",
"pureimage": "^0.4.13",
"round-half-even": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^7.11.0",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "0.0.1-alpha.0"
},
"devDependencies": {
}
}