@oracle/suitecloud-cli
Version:
SuiteCloud CLI for Node.js
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "@oracle/suitecloud-cli",
"version": "3.0.0",
"license": "UPL-1.0",
"description": "SuiteCloud CLI for Node.js",
"keywords": [
"NetSuite",
"SDF",
"SuiteApp",
"SuiteCloud",
"SuiteScripts"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/oracle/netsuite-suitecloud-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oracle/netsuite-suitecloud-sdk.git#master"
},
"main": "./src/suitecloud.js",
"preferGlobal": true,
"sdkFilename": "cli-2025.1.0.jar",
"nsCompatibleVersion": "2025.1",
"sdkDownloadUrl": "https://system.netsuite.com/download/suitecloud-sdk/25.1",
"bin": {
"suitecloud": "src/suitecloud.js"
},
"dependencies": {
"chalk": "4.1.2",
"cli-spinner": "0.2.10",
"commander": "11.1.0",
"inquirer": "8.2.6",
"xml2js": "0.6.2"
},
"devDependencies": {
"jest": "29.7.0"
},
"scripts": {
"test": "jest",
"postinstall": "node postinstall.js"
}
}