UNPKG

@netair-tech/n8n-nodes-tiny-erp-auth2

Version:

n8n custom node for Tiny ERP integration with OAuth2 authentication

78 lines (77 loc) 2.09 kB
{ "name": "@netair-tech/n8n-nodes-tiny-erp-auth2", "version": "1.0.10", "description": "n8n custom node for Tiny ERP integration with OAuth2 authentication", "keywords": [ "n8n-community-node-package", "n8n", "tiny-erp", "erp", "oauth2", "produtos", "products" ], "license": "MIT", "homepage": "https://github.com/netair-tech/n8n-nodes-tiny-erp-auth2", "author": { "name": "Netair Tech", "email": "tech@netair.com" }, "repository": { "type": "git", "url": "https://github.com/netair-tech/n8n-nodes-tiny-erp-auth2.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.0", "main": "dist/index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials test --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest --testPathPattern=integration", "test:unit": "jest --testPathPattern=unit", "pretest": "npm run build", "prepublishOnly": "npm run build && npm run test && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/TinyOAuth2Api.credentials.js" ], "nodes": [ "dist/nodes/TinyErp/TinyErp.node.js" ] }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.17.57", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "jest": "^29.7.0", "n8n-workflow": "^1.94.0", "nock": "^13.5.6", "prettier": "^3.3.2", "ts-jest": "^29.3.4", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" }, "publishConfig": { "access": "public" } }