node-suitetalk
Version:
NodeJs Suitetalk wrapper.
34 lines (33 loc) • 715 B
JSON
{
"name": "node-suitetalk",
"author": {
"name": "Felipe Chang",
"email": "felipechang@hardcake.org"
},
"version": "0.0.8",
"description": "NodeJs Suitetalk wrapper.",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/felipechang/node-suitetalk"
},
"bugs": {
"url": "https://github.com/felipechang/node-suitetalk/issues"
},
"license": "GPL-3.0",
"keywords": [
"netsuite",
"suitescript",
"suitetalk"
],
"engines": {
"node": ">=13.3.0",
"npm": ">=6.13.4"
},
"dependencies": {
"adm-zip": "^0.5.10",
"mkdirp": "^3.0.1",
"soap": "^1.0.0",
"superagent": "^8.0.9"
}
}