| { | |
| "name": "workspace", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node dist/index.js", | |
| "dev": "nodemon src/index.ts", | |
| "build": "tsc" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "axios": "^1.15.2", | |
| "better-sqlite3": "^12.9.0", | |
| "cheerio": "^1.2.0", | |
| "express": "^5.2.1", | |
| "js-yaml": "^4.1.1", | |
| "node-cron": "^4.2.1", | |
| "openai": "^6.34.0", | |
| "uuid": "^14.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/better-sqlite3": "^7.6.13", | |
| "@types/express": "^5.0.6", | |
| "@types/node": "^25.6.0", | |
| "@types/node-cron": "^3.0.11", | |
| "@types/uuid": "^10.0.0", | |
| "nodemon": "^3.1.14", | |
| "ts-node": "^10.9.2", | |
| "typescript": "^6.0.3" | |
| } | |
| } | |