mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
26 lines
517 B
JSON
26 lines
517 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"name": "@n8n/create-node",
|
|
"version": "0.1.0",
|
|
"description": "Official CLI to create new community nodes for n8n",
|
|
"bin": {
|
|
"create-n8n-node": "./bin/create.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"publish:dry": "pnpm run build && pnpm pub --dry-run",
|
|
"start": "./bin/create.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/n8n-io/n8n"
|
|
},
|
|
"dependencies": {
|
|
"@n8n/node-cli": "workspace:*"
|
|
}
|
|
}
|