mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Remove extraneous dependencies from node-cli, publish create-node package (no-changelog) (#18635)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "@n8n/node-cli",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Official CLI for developing community nodes for n8n",
|
||||
"bin": {
|
||||
"n8n-node": "./bin/n8n-node.mjs"
|
||||
"n8n-node": "bin/n8n-node.mjs"
|
||||
},
|
||||
"exports": {
|
||||
"./eslint": {
|
||||
@@ -33,7 +32,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/n8n-io/n8n"
|
||||
"url": "git+https://github.com/n8n-io/n8n.git"
|
||||
},
|
||||
"oclif": {
|
||||
"bin": "n8n-node",
|
||||
@@ -48,23 +47,28 @@
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@oclif/core": "^4.5.2",
|
||||
"change-case": "^5.4.4",
|
||||
"eslint-import-resolver-typescript": "^4.4.3",
|
||||
"eslint-plugin-import-x": "^4.15.2",
|
||||
"eslint-plugin-n8n-nodes-base": "1.16.3",
|
||||
"fast-glob": "catalog:",
|
||||
"handlebars": "4.7.8",
|
||||
"picocolors": "catalog:",
|
||||
"prettier": "3.6.2",
|
||||
"prompts": "^2.4.2",
|
||||
"ts-morph": "^26.0.0"
|
||||
"rimraf": "catalog:",
|
||||
"ts-morph": "^26.0.0",
|
||||
"typescript-eslint": "^8.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@n8n/typescript-config": "workspace:*",
|
||||
"@n8n/vitest-config": "workspace:*",
|
||||
"@oclif/test": "^4.1.13",
|
||||
"eslint-import-resolver-typescript": "^4.4.3",
|
||||
"eslint-plugin-import-x": "^4.15.2",
|
||||
"eslint-plugin-n8n-nodes-base": "1.16.3",
|
||||
"n8n-workflow": "workspace:*",
|
||||
"rimraf": "catalog:",
|
||||
"eslint": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"typescript-eslint": "^8.35.0",
|
||||
"vitest-mock-extended": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">= 9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user