-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 979 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 979 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
32
33
34
35
36
37
38
{
"devDependencies": {
"@types/cronitor": "^2.3.0",
"@types/node": "^20.5.4",
"@types/node-cron": "^3.0.8",
"drizzle-kit": "^0.19.13",
"nodemon": "^3.0.1",
"typescript": "^5.1.6"
},
"main": "dist/main.js",
"types": "dist/main.d.ts",
"name": "walter",
"version": "1.0.0",
"scripts": {
"build": "tsc --build",
"clean": "rm -rf ./dist",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1",
"db:push": "drizzle-kit push:pg --config=drizzle.config.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@libsql/client": "^0.5.6",
"@planetscale/database": "^1.11.0",
"@sentry/node": "^8.7.0",
"@sentry/profiling-node": "^8.7.0",
"@neondatabase/serverless": "^0.10.3",
"cronitor": "^2.3.5",
"discord.js": "^14.13.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.28.6",
"node-cron": "^3.0.3",
"winston": "^3.10.0"
}
}