-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"dependencies": {
"discord.js": "14.16.3",
"mysql2": "3.11.5",
"node-fetch": "3.3.2",
"pino": "9.5.0",
"sequelize": "6.37.5",
"typescript": "5.7.2"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"@types/node": "20.17.9",
"@types/node-fetch": "2.6.12",
"@types/sequelize": "4.28.20",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.12.0",
"prettier": "3.4.1",
"typescript-eslint": "8.16.0"
},
"name": "voraphiliac",
"description": "Vore bot that utilizes Discord's Interaction system for a unique experience",
"version": "0.7.1",
"main": "index.js",
"scripts": {
"test": "npx tsc && npx eslint --fix ./ && cd dist && node index.js",
"build": "npx tsc -b -v",
"clean": "npx tsc -b --clean",
"start": "cd dist && node index.js && cd ..",
"lint": "npx eslint --fix ./",
"serve": "docker compose build && docker compose up -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coder-Tavi/Voraphiliac.git"
},
"keywords": [],
"author": {
"name": "Tavi Wood",
"email": "[email protected]",
"url": "http://github.com/Coder-Tavi"
},
"license": "GNU",
"bugs": {
"url": "https://github.com/Coder-Tavi/Voraphiliac/issues"
},
"homepage": "https://github.com/Coder-Tavi/Voraphiliac#readme",
"type": "module"
}