{
    "name": "functions",
    "scripts": {
        "build": "tsc",
        "serve": "npm run build && firebase emulators:start --only functions",
        "shell": "npm run build && firebase functions:shell",
        "start": "npm run shell",
        "deploy": "firebase deploy --only functions",
        "logs": "firebase functions:log",
        "test": "cd ../nextapp && npx vitest run ../functions/src/__tests__/"
    },
    "engines": {
        "node": "22"
    },
    "main": "lib/index.js",
    "dependencies": {
        "@google-cloud/firestore": "^8.3.0",
        "@google/generative-ai": "^0.24.1",
        "@opendataloader/pdf": "^2.0.2",
        "firebase-admin": "^11.11.1",
        "firebase-functions": "^5.1.1",
        "googleapis": "^171.4.0"
    },
    "devDependencies": {
        "typescript": "^5.9.3"
    },
    "private": true
}
