-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "dice-witch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@prisma/client": "^5.18.0-dev.2",
"axios": "0.21.1",
"canvas": "^2.9.1",
"chroma-js": "2.1.2",
"discord.js": "^14.15.2",
"node-canvas": "^2.9.0",
"rpg-dice-roller": "4.5.2",
"sharp": "0.27.2",
"toad-scheduler": "1.6.0",
"ts-node": "10.9.1"
},
"devDependencies": {
"@types/chroma-js": "2.1.3",
"@types/cron": "1.7.2",
"@types/node": "^18.19.33",
"@types/sharp": "0.28.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-security": "1.4.0",
"nodemon": "2.0.12",
"prettier": "2.2.1",
"prisma": "^5.18.0-dev.2",
"typescript": "^5.4.5",
"typescript-eslint": "0.0.1-alpha.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node build/src/index.js",
"dev": "nodemon --config nodemon.json src/index.ts",
"dev:debug": "nodemon --config nodemon.json --inspect-brk src/index.ts"
},
"author": "Christopher Harrison",
"license": "ISC"
}