n8n/packages/@n8n/create-node/package.json
n8n-assistant[bot] abe0d8a362
🚀 Release 2.7.0 (#25167)
2026-02-02 15:30:26 +02:00

25 lines
509 B
JSON

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