UNPKG

@drowl87/netsuite-rest-api-client

Version:
46 lines (45 loc) 880 B
{ "name": "@drowl87/netsuite-rest-api-client", "version": "1.0.2", "description": "NetSuite Rest API Client - Patched Version", "main": "./netsuite-rest-api.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "https://github.com/drowl87/netsuite-rest-api-client.git" }, "keywords": [ "utils", "utilities", "fye", "suitetalk", "web services", "netsuite", "client" ], "contributors": [ "Nicholas Penree", "Brian Kurtz", "Benjamin Hemingway", "Tim Monroe", "Alvin Paz", "Jawaid Gadiwala", "David Rowley" ], "homepage": "", "license": "ISC", "dependencies": { "@drowl87/etl": "^0.8.1", "got": "^11.8.6", "oauth-1.0a": "^2.2.6" }, "devDependencies": { "ava": "^6.2.0", "nock": "^13.0.5" }, "publishConfig": { "access": "public" } }