-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "steuertools-functions",
"version": "1.0.0",
"description": "Firebase Cloud Functions for SteuerTools",
"main": "lib/index.js",
"scripts": {
"build": "tsc && node ../scripts/generate-mcp-automations.js",
"build:watch": "tsc --watch",
"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": "vitest run",
"test:watch": "vitest"
},
"engines": {
"node": "22"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.30.0",
"@google-cloud/vertexai": "^1.10.0",
"@google-cloud/vision": "^4.3.0",
"@sendgrid/mail": "^8.1.6",
"@simplewebauthn/server": "^13.2.2",
"@simplewebauthn/types": "^12.0.0",
"@sparticuz/chromium": "^143.0.4",
"archiver": "^7.0.1",
"busboy": "^1.6.0",
"cologne-phonetic": "^1.1.1",
"firebase-admin": "^12.0.0",
"firebase-functions": "^7.0.2",
"mailparser": "^3.7.1",
"otplib": "^13.1.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"pdf-to-png-converter": "^3.3.0",
"puppeteer-core": "^24.36.1",
"soap": "^1.6.4",
"stripe": "^20.3.1",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/archiver": "^7.0.0",
"@types/busboy": "^1.5.4",
"@types/mailparser": "^3.4.4",
"@types/node": "^25.5.0",
"@types/soap": "^0.21.0",
"@types/unzipper": "^0.10.11",
"typescript": "^5.3.0",
"vitest": "^3.2.4"
},
"private": true
}