NODEDC_PLATFORM/packages/n8n-nodes-ndc/package.json

45 lines
1.2 KiB
JSON

{
"name": "n8n-nodes-ndc",
"version": "0.1.4",
"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",
"dist/credentials/NdcProviderRotatingAccessApi.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"
}
}