-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "@browser-automation-hub/quickbooks-desktop-browser-automation",
"version": "1.0.0",
"description": "Browser automation for QuickBooks Desktop — automate invoices, payments, and accounting workflows",
"main": "src/actions.js",
"scripts": {
"start": "node examples/basic-login.js",
"start:cloud": "node examples/anchor-cloud.js",
"test": "node -e \"require('./src/auth'); require('./src/actions'); require('./src/utils'); console.log('✓ All modules load correctly')\""
},
"keywords": [
"quickbooks",
"qbo",
"accounting-automation",
"invoice-automation",
"browser-automation",
"puppeteer",
"playwright",
"anchor-browser",
"nodejs"
],
"license": "MIT",
"dependencies": {
"puppeteer": "^21.0.0",
"dotenv": "^16.0.0",
"otpauth": "^9.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Browser-Automation-Hub/quickbooks-desktop-browser-automation.git"
},
"homepage": "https://github.com/Browser-Automation-Hub/quickbooks-desktop-browser-automation#readme",
"bugs": {
"url": "https://github.com/Browser-Automation-Hub/quickbooks-desktop-browser-automation/issues"
},
"publishConfig": {
"access": "public"
}
}