netsuite
Version:
A wrapper library for NetSuite's SuiteTalk SOAP API using NodeJS
24 lines (23 loc) • 403 B
JSON
{
"name": "netsuite",
"version": "0.0.3",
"description": "A wrapper library for NetSuite's SuiteTalk SOAP API using NodeJS",
"main": "index.js",
"keywords": [
"netsuite",
"NetSuite",
"SuiteTalk",
"Suite",
"Talk",
"SOAP",
"node",
"api",
"library",
"wrapper"
],
"author": "KevGary",
"license": "ISC",
"dependencies": {
"soap": "^0.18.0"
}
}