UNPKG

n8n-nodes-sap-service-layer

Version:

n8n custom node for SAP Service Layer integration

63 lines 1.6 kB
{ "name": "n8n-nodes-sap-service-layer", "version": "0.1.15", "description": "n8n custom node for SAP Service Layer integration", "keywords": [ "n8n-community-node-package", "sap", "service-layer", "b1" ], "license": "MIT", "homepage": "https://dev.azure.com/PlantScanner/plantscanner-sap", "author": { "name": "Fabiano Santana", "email": "fabianosanttana@hotmail.com" }, "repository": { "type": "git", "url": "https://dev.azure.com/PlantScanner/plantscanner-sap/_git/plantscanner-sap" }, "main": "dist/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" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/SapServiceLayerApi.credentials.js" ], "nodes": [ "dist/nodes/SapServiceLayer/SapServiceLayer.node.js" ] }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" }, "devDependencies": { "@types/express": "^4.17.17", "@types/request-promise-native": "~1.0.18", "@typescript-eslint/parser": "~5.45", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-core": "~0.125.0", "n8n-workflow": "~0.107.0", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "dependencies": { "axios": "^1.6.2", "cookie": "^0.5.0" } }