-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 967 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 967 Bytes
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
{
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js --require dotenv/config",
"dev": "node-dev ./src/index.ts --notify=false --require dotenv/config"
},
"devDependencies": {
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"node-dev": "^8.0.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.1",
"axios": "^1.3.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"googleapis": "^118.0.0",
"pg": "^8.11.1",
"pg-promise": "^11.5.3",
"zod": "^3.21.4"
}
}