Files
neuro-work-finder/package.json
2026-02-11 08:08:29 +03:00

22 lines
428 B
JSON

{
"name": "neuro-work-finder",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.js",
"build": "tsc",
"dev": "nodemon ./src/index.ts"
},
"dependencies": {
"dotenv": "^17.2.4",
"nodemon": "^3.1.11",
"openai": "^6.21.0",
"telegraf": "^4.16.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^25.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}