UNPKG

@twec/node-suite

Version:

Generic functionality for connecting to NetSuite Web Services from Node

39 lines (38 loc) 991 B
{ "name": "@twec/node-suite", "version": "0.1.2", "description": "Generic functionality for connecting to NetSuite Web Services from Node", "private": false, "publishConfig": { "access": "public" }, "main": "lib/index.js", "scripts": { "test": "ava ./tests/*.test.js && eslint .", "test:unit": "ava ./tests/*.test.js", "test:lint": "eslint .", "test:watch": "ava ./tests/*.test.js --watch" }, "keywords": ["NetSuite", "SuiteTalk", "Web Services"], "contributors": [ "Nicholas Penree", "Luke Nickerson" ], "license": "UNLICENSED", "dependencies": { "debug": "^4.0.1", "fast-xml-parser": "^3.12.5", "got": "^8.3.0", "oauth-1.0a": "^2.2.4", "request": "^2.88.0", "request-promise": "^4.2.2", "xml-formatter": "^1.0.1" }, "devDependencies": { "apr-main": "^4.0.3", "ava": "1.0.0-beta.8", "eslint": "^5.6.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.7.0" } }