n8n-nodes-netsuite-markival
Version:
NetSuite integration node for n8n with SuiteQL, RESTlet, and Raw REST support
74 lines (73 loc) • 2.22 kB
JSON
{
"name": "n8n-nodes-netsuite-markival",
"version": "0.2.2",
"description": "NetSuite integration node for n8n with SuiteQL, RESTlet, and Raw REST support",
"keywords": [
"n8n",
"n8n-community-node-package",
"n8n-node",
"netsuite",
"suiteql",
"netsuite-integration",
"netsuite-api"
],
"license": "MIT",
"homepage": "https://github.com/Sarosh-Markival/markival-n8n-netsuite-node#readme",
"author": {
"name": "Sarosh Aamir",
"email": "sarosh.aamir1996@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Sarosh-Markival/markival-n8n-netsuite-node.git"
},
"engines": {
"node": ">=16.0.0"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint",
"test": "jest --config jest.config.js",
"test:auth": "ts-node -r dotenv/config test/netsuiteAuth.test.ts"
},
"files": [
"dist",
"nodes/Netsuite/NetSuite.svg",
"credentials/NetSuite.svg"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/NetSuiteOAuth1Api.credentials.js"
],
"nodes": [
"dist/nodes/Netsuite/MrkNetsuite.node.js"
]
},
"devDependencies": {
"@supabase/supabase-js": "^2.50.0",
"@types/jest": "^30.0.0",
"@types/node-fetch": "^2.6.13",
"@types/request": "^2.48.12",
"@typescript-eslint/parser": "~8.32.0",
"dotenv": "^17.2.1",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^4.0.2",
"jest": "^30.0.5",
"node-fetch": "^2.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"private": false
}