-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 920 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
{
"name": "honkers",
"version": "4.0.0",
"description": "The goose Discord bot by inkthought labs.",
"main": "./dist/bot.js",
"repository": "https://github.com/inkthought/honkers",
"author": "geneva#0058",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only ./src/bot.ts",
"build": "tsc"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/ioredis": "^4.26.5",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"prisma": "^2.28.0",
"ts-node": "^10.0.0",
"ts-node-dev": "^1.0.0-pre.49",
"tslib": "^2.0.3",
"typescript": "^4.3.5"
},
"dependencies": {
"@prisma/client": "^2.28.0",
"@types/common-tags": "^1.8.0",
"common-tags": "^1.8.0",
"discord.js": "^12.5.1",
"glob": "^7.1.6",
"ioredis": "^4.27.6"
}
}