Files
n8n-enterprise-unlocked/packages/@n8n/create-node/package.json
github-actions[bot] 2c453be05d 🚀 Release 1.111.0 (#19305)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-09-08 16:01:48 +03:00

23 lines
428 B
JSON

{
"name": "@n8n/create-node",
"version": "0.5.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:*"
}
}