mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
f4871fea29
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "@n8n/create-node",
|
|
"version": "0.35.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:*"
|
|
},
|
|
"license": "LicenseRef-n8n-sustainable-use"
|
|
}
|