UNPKG

@apify/n8n-nodes-apify

Version:
81 lines (80 loc) 2.37 kB
{ "name": "@apify/n8n-nodes-apify", "version": "0.3.3", "description": "n8n nodes for Apify", "keywords": [ "n8n-community-node-package", "n8n-nodes", "n8n", "n8n-community-node-package", "apify", "apify-node", "apify-nodes" ], "license": "MIT", "homepage": "https://github.com/apify/n8n-nodes-apify", "author": { "name": "Apify Team", "email": "integrations@apify.com" }, "repository": { "type": "git", "url": "https://github.com/apify/n8n-nodes-apify.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.4", "main": "index.js", "scripts": { "preinstall": "npx only-allow pnpm", "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": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json", "merge:api": "npx openapi-merge-cli --config ./openapi.config.json", "test": "jest" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ApifyApi.credentials.js" ], "nodes": [ "dist/nodes/Apify/Apify.node.js" ] }, "devDependencies": { "@stylistic/eslint-plugin": "^4.2.0", "@types/jest": "^29.5.14", "@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": "*", "prettier": "^3.3.2", "ts-jest": "^29.3.2", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" }, "pnpm": { "overrides": { "decode-uri-component@<0.2.1": ">=0.2.1", "es5-ext@>=0.10.0 <0.10.63": ">=0.10.63", "braces@<3.0.3": ">=3.0.3", "micromatch@<4.0.8": ">=4.0.8", "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5", "semver@<5.7.2": ">=5.7.2", "axios@<1.8.2": ">=1.8.2" } } }