NEON / backend /package.json
picklefried706's picture
Upload folder using huggingface_hub
40a9423 verified
Invalid JSON: Unexpected token '', "{ "name"... is not valid JSON
{
"name": "ai-chatbot-backend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node --watch --enable-source-maps dist/index.js",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^10.0.0",
"@mozilla/readability": "^0.5.0",
"fastify": "^5.2.1",
"jsdom": "^26.0.0",
"lru-cache": "^11.0.2",
"undici": "^6.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}