Intuit OAuth2 + QBO Accounting API v3 (reports/invoices/entities) + AI actions (summarize financials, explain report, draft line descriptions, categorize transactions); server-side token exchange + QBO proxy; on published @hanzo/ai@0.2.0.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@hanzo/quickbooks",
|
|
"version": "0.1.0",
|
|
"description": "Hanzo AI for QuickBooks Online — AI over your books: summarize financials, explain reports, draft invoice line descriptions, categorize transactions, and ask about the books. A web panel plus an Intuit OAuth2 + Accounting API v3 proxy, built on @hanzo/ai and @hanzo/iam over the api.hanzo.ai gateway.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"watch": "node build.js --watch",
|
|
"start": "node dist/server.js",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hanzo/ai": "^0.2.0",
|
|
"@hanzo/iam": "0.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.0",
|
|
"esbuild": "0.25.8",
|
|
"typescript": "5.8.3",
|
|
"vitest": "3.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"keywords": [
|
|
"hanzo",
|
|
"quickbooks",
|
|
"quickbooks-online",
|
|
"accounting",
|
|
"finance",
|
|
"intuit",
|
|
"ai"
|
|
],
|
|
"author": "Hanzo AI",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hanzoai/extension.git",
|
|
"directory": "packages/quickbooks"
|
|
}
|
|
}
|