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