Files
Agent-n8n/n8n-n8n-1.109.2/packages/@n8n/create-node/package.json

23 lines
428 B
JSON
Raw Normal View History

2025-09-08 04:48:28 +08:00
{
"name": "@n8n/create-node",
"version": "0.2.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:*"
}
}