Files
n8n-enterprise-unlocked/packages/@n8n/create-node/package.json
Jon 01ff2bacc5 fix: Use cross-platform script path for copy-templates in @n8n/node-cli (no-changelog) (#18547)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jon <Joffcom@users.noreply.github.com>
Co-authored-by: Elias Meire <elsmr@users.noreply.github.com>
Co-authored-by: Elias Meire <elias@meire.dev>
2025-08-25 11:21:55 +02:00

23 lines
428 B
JSON

{
"name": "@n8n/create-node",
"version": "0.1.0",
"description": "Official CLI to create new community nodes for n8n",
"bin": {
"create-n8n-node": "bin/create.js"
},
"files": [
"bin",
"dist"
],
"scripts": {
"start": "node bin/create.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n8n-io/n8n.git"
},
"dependencies": {
"@n8n/node-cli": "workspace:*"
}
}