{"library":"netsuite-rest","install":[{"cmd":"npm install netsuite-rest","imports":["const NsApiWrapper = require('netsuite-rest');","const api = new NsApiWrapper({ consumer_key, consumer_secret_key, token, token_secret, realm });","api.request({ path: 'record/v1/customer/', method: 'GET' }).then(res => ...).catch(err => ...);","const SuiteQL = require('suiteql'); // separate package"]},{"cmd":"yarn add netsuite-rest","imports":[]},{"cmd":"pnpm add netsuite-rest","imports":[]}]}