upd
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "graff-mate-server",
|
||||
"version": "1.0.50",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "bun run --watch src/index.ts",
|
||||
"build": "bun bun.build.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"cron": "^4.1.0",
|
||||
"drizzle-orm": "^0.40.0",
|
||||
"got": "^14.4.6",
|
||||
"jose": "^6.0.10",
|
||||
"node-cron": "^3.0.3",
|
||||
"postgres": "^3.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.5",
|
||||
"bun-types": "latest",
|
||||
"drizzle-kit": "^0.30.5",
|
||||
"tsx": "^4.19.3"
|
||||
},
|
||||
"module": "src/index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user