Files
n8n/packages/@n8n/create-node/package.json
n8n-assistant[bot] e396d6de70 🚀 Release 2.5.0 (#24586)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-01-20 14:33:43 +01:00

26 lines
509 B
JSON

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