mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"name": "@n8n/create-node",
|
|
"version": "0.25.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:*"
|
|
}
|
|
}
|