forked from apigrate/quickbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.04 KB
/
package.json
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
{
"name": "@apigrate/quickbooks",
"version": "4.3.0",
"description": "NodeJS API Connector for the Intuit QuickBooks API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-package-aws": "sam package cloudformation deploy --profile myprofile --template-file ./templates/intuit-auth-api.yaml --output-template-file pkg-intuitauth.yaml --s3-bucket mybucketname",
"test-deploy-aws": "aws cloudformation deploy --profile myprofile --template-file pkg-intuitauth.yaml --stack-name intuitauth"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apigrate/quickbooks.git"
},
"author": "Derek Gau",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apigrate/quickbooks/issues"
},
"homepage": "https://github.com/apigrate/quickbooks#readme",
"dependencies": {
"debug": "^4.3.2",
"node-fetch": "^2.6.5",
"query-string": "^6.14.1"
},
"devDependencies": {
"aws-sdk": "^2.737.0",
"dotenv": "^8.2.0",
"uuid": "^8.3.0"
}
}