33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "generate_minutes",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "npm run build && functions-framework --target=helloHttp --port=8080 --source=dist/index.js",
|
|
"debug": "dotenv -e .env_dev -- node --inspect node_modules/.bin/functions-framework --source=dist/index.js --target=helloHttp",
|
|
"watch": "concurrently \"dotenv -e .env_dev -- npm run build -- --watch\" \"dotenv -e .env_dev -- nodemon --watch ./dist/ --exec npm run debug\""
|
|
},
|
|
"devDependencies": {
|
|
"@google-cloud/functions-framework": "^3.0.0",
|
|
"@types/archiver": "^7.0.0",
|
|
"@types/express": "^4.17.0",
|
|
"@types/node": "^20.0.0",
|
|
"dotenv-cli": "^11.0.0",
|
|
"nodemon": "^3.1.11",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^7.17.3",
|
|
"@google/genai": "^1.30.0",
|
|
"@hubspot/api-client": "^13.4.0",
|
|
"archiver": "^7.0.1",
|
|
"concurrently": "^9.2.1",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^4.21.2",
|
|
"fast-fuzzy": "^1.12.0",
|
|
"googleapis": "^105.0.0",
|
|
"zod": "^4.1.13"
|
|
}
|
|
}
|