{ "name": "n8n-nodes-ndc", "version": "0.1.2", "description": "Private NODE.DC nodes for scoped data products and Foundry bindings.", "private": true, "license": "UNLICENSED", "keywords": [ "n8n-community-node-package", "nodedc", "ndc" ], "scripts": { "build": "n8n-node build", "lint": "n8n-node lint", "test": "npm run build && node test/package-policy.test.cjs" }, "files": [ "dist", "README.md" ], "n8n": { "n8nNodesApiVersion": 1, "strict": false, "credentials": [ "dist/credentials/NdcDataProductWriterApi.credentials.js", "dist/credentials/NdcDataProductReaderApi.credentials.js", "dist/credentials/NdcFoundryBindingApi.credentials.js" ], "nodes": [ "dist/nodes/NdcDataProductPublish/NdcDataProductPublish.node.js", "dist/nodes/NdcDataProductRead/NdcDataProductRead.node.js", "dist/nodes/NdcFoundryBinding/NdcFoundryBinding.node.js" ] }, "devDependencies": { "@n8n/node-cli": "0.39.3", "n8n-workflow": "2.3.1", "typescript": "5.9.3" }, "peerDependencies": { "n8n-workflow": ">=2.3.1 <3" } }