UNPKG

node-quickbooks

Version:

node.js client for Intuit's IPP QuickBooks V3 API.

47 lines (46 loc) 1.02 kB
{ "name": "node-quickbooks", "version": "2.0.46", "description": "node.js client for Intuit's IPP QuickBooks V3 API.", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "Intuit", "QuickBooks", "IPP" ], "author": "Michael Cohen", "license": "ISC", "dependencies": { "bluebird": "3.3.4", "date-fns": "^2.9.0", "fast-xml-parser": "^4.3.2", "querystring": "0.2.0", "request": "2.88.0", "request-debug": "0.2.0", "underscore": "1.12.1", "util": "0.10.3", "uuid": "^8.3.2" }, "devDependencies": { "async": "0.9.0", "bluebird": "2.9.25", "expect": "0.1.1", "mocha": "10.1.0", "ramda": "0.17.1" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "https://github.com/mcohen01/node-quickbooks.git" }, "bugs": { "url": "https://github.com/mcohen01/node-quickbooks/issues" }, "homepage": "https://github.com/mcohen01/node-quickbooks" }