Add Mode3 with QB Web Connector SOAP integration and credit card charge management

This commit is contained in:
2026-02-21 04:00:10 +00:00
parent e89f60f8a5
commit e6777003a2
10 changed files with 2096 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "job-info-mode3",
"version": "1.0.0-mode3",
"type": "module",
"private": true,
"scripts": {
"dev": "bun --watch backend/server.ts",
"start": "bun run backend/server.ts",
"build:css": "tailwindcss -i input.css -o frontend/output.css --watch"
},
"devDependencies": {
"@types/bun": "latest",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"dotenv": "^17.2.3",
"hono": "^4.10.8",
"soap": "^0.12.0",
"xml2js": "^0.6.2",
"tailwind": "^4.0.0"
}
}