mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
init
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "oscr-test-bot",
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"db-view": "yarn prisma studio",
|
||||
"db-migrate": "npx prisma migrate dev --name init npx prisma generate ",
|
||||
"db-deploy": "npx prisma migrate deploy",
|
||||
"db-migrate-server": "git pull npx prisma migrate deploy",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "6",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.13",
|
||||
"dotenv": "^17.4.2",
|
||||
"express": "^4.21.2",
|
||||
"h3": "^1.13.1",
|
||||
"ioredis": "^5.4.2",
|
||||
"node-cron": "^3.0.3",
|
||||
"node-telegram-bot-api": "^0.67.0",
|
||||
"openai": "^6.36.0",
|
||||
"playwright": "^1.59.1",
|
||||
"prisma": "6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.14.0",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"@types/node-telegram-bot-api": "^0.64.14",
|
||||
"eslint": "^9.18.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user