-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 918 Bytes
/
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
{
"name": "club_discord_bot",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"run": "node ./dist/index.js",
"dev": "npm run build && npm run run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsccs/club_discord_bot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsccs/club_discord_bot/issues"
},
"homepage": "https://github.com/nsccs/club_discord_bot#readme",
"dependencies": {
"bufferutil": "^4.0.7",
"discord.js": "^14.7.1",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.2",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
}
}