-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
50
51
52
53
54
55
56
57
{
"name": "meowd",
"version": "1.0.0",
"description": "A Discord bot",
"engines": {
"node": "16.15.1"
},
"main": "build/index.js",
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"postinstall": "yarn build",
"dev": "nodemon src/index.ts"
},
"repository": {
"type": "git",
"url": ""
},
"author": "wiki-Bird",
"license": "ISC",
"bugs": {
"url": "https://www.google.com"
},
"homepage": "#",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"@grpc/grpc-js": "^1.8.22",
"braces": "^3.0.3",
"canvas": "^2.11.2",
"discord-api-types": "^0.36.1",
"discord.js": "^13.15.1",
"firebase-admin": "^11.0.0",
"jose": "^4.15.5",
"luxon": "^3.4.4",
"luxon-parser": "^0.9.4",
"nth-check": "^2.0.1",
"overwatch-api": "^0.13.0",
"protobufjs": "^7.2.5",
"semver": "^7.5.2",
"tar": "^6.2.1",
"tough-cookie": "^4.1.3",
"undici": "^5.28.4",
"word-wrap": "^1.2.5",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/luxon": "^3.3.4",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"nodemon": "^2.0.19",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
}
}