@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "@apify/n8n-nodes-apify",
"version": "0.6.4",
"description": "n8n nodes for Apify",
"keywords": [
"n8n-community-node-package",
"n8n-nodes",
"n8n",
"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": ">=22.0.0"
},
"packageManager": "npm@10.8.2",
"main": "index.js",
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"format": "prettier nodes credentials --write",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"merge:api": "npx openapi-merge-cli --config ./openapi.config.json",
"test": "WEBHOOK_URL=https://localhost:5678 jest --config jest.config.js"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ApifyApi.credentials.js",
"dist/credentials/ApifyOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/Apify/Apify.node.js",
"dist/nodes/Apify/ApifyTrigger.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "*",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.1",
"eslint": "^9.32.0",
"gulp": "^4.0.2",
"jest": "^29.7.0",
"nock": "^14.0.5",
"prettier": "^3.3.2",
"ts-jest": "^29.3.2",
"typescript": "5.5.3"
},
"peerDependencies": {
"n8n-workflow": "1.82.0"
}
}