@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
68 lines • 1.79 kB
JSON
{
"name": "@apify/n8n-nodes-apify",
"version": "0.5.1",
"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": ">=18.10",
"pnpm": ">=9.1"
},
"main": "index.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": {
"@stylistic/eslint-plugin": "^4.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.1",
"@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-core": "1.83.0",
"n8n-workflow": "1.82.0",
"nock": "^14.0.5",
"prettier": "^3.3.2",
"ts-jest": "^29.3.2",
"typescript": "5.5.3"
},
"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",
"merge:api": "npx openapi-merge-cli --config ./openapi.config.json",
"test": "WEBHOOK_URL=https://localhost:5678 jest --config jest.config.js"
}
}