forked from noramass/vreiheit-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
37
38
{
"name": "vreiheit-discord",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"start": "node dist/main.js",
"lint": "eslint --ext .ts,.tsx",
"lint:fix": "eslint --fix --ext .ts,.tsx"
},
"keywords": [],
"author": "Nora Reichwald <[email protected]> (https://reichwald.me/)",
"license": "MIT",
"url": "https://reichwald.me/",
"devDependencies": {
"@swc/core": "^1.3.32",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"esbuild-plugin-eslint": "^0.1.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"tslib": "^2.5.0",
"tsup": "^6.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"discord.js": "^14.7.1",
"discord.tsx": "^3.0.0",
"dotenv": "^16.0.3",
"pg": "^8.9.0",
"typeorm": "^0.3.11"
}
}