|
1 | 1 | {
|
2 |
| - "private": false, |
3 | 2 | "name": "@n8n/node-cli",
|
4 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
5 | 4 | "description": "Official CLI for developing community nodes for n8n",
|
6 | 5 | "bin": {
|
7 |
| - "n8n-node": "./bin/n8n-node.mjs" |
| 6 | + "n8n-node": "bin/n8n-node.mjs" |
8 | 7 | },
|
9 | 8 | "exports": {
|
10 | 9 | "./eslint": {
|
|
33 | 32 | },
|
34 | 33 | "repository": {
|
35 | 34 | "type": "git",
|
36 |
| - "url": "https://github.com/n8n-io/n8n" |
| 35 | + "url": "git+https://github.com/n8n-io/n8n.git" |
37 | 36 | },
|
38 | 37 | "oclif": {
|
39 | 38 | "bin": "n8n-node",
|
|
48 | 47 | "@clack/prompts": "^0.11.0",
|
49 | 48 | "@oclif/core": "^4.5.2",
|
50 | 49 | "change-case": "^5.4.4",
|
| 50 | + "eslint-import-resolver-typescript": "^4.4.3", |
| 51 | + "eslint-plugin-import-x": "^4.15.2", |
| 52 | + "eslint-plugin-n8n-nodes-base": "1.16.3", |
| 53 | + "fast-glob": "catalog:", |
51 | 54 | "handlebars": "4.7.8",
|
52 | 55 | "picocolors": "catalog:",
|
| 56 | + "prettier": "3.6.2", |
53 | 57 | "prompts": "^2.4.2",
|
54 |
| - "ts-morph": "^26.0.0" |
| 58 | + "rimraf": "catalog:", |
| 59 | + "ts-morph": "^26.0.0", |
| 60 | + "typescript-eslint": "^8.35.0" |
55 | 61 | },
|
56 | 62 | "devDependencies": {
|
57 | 63 | "@eslint/js": "^9.29.0",
|
58 | 64 | "@n8n/typescript-config": "workspace:*",
|
59 | 65 | "@n8n/vitest-config": "workspace:*",
|
60 | 66 | "@oclif/test": "^4.1.13",
|
61 |
| - "eslint-import-resolver-typescript": "^4.4.3", |
62 |
| - "eslint-plugin-import-x": "^4.15.2", |
63 |
| - "eslint-plugin-n8n-nodes-base": "1.16.3", |
64 |
| - "n8n-workflow": "workspace:*", |
65 |
| - "rimraf": "catalog:", |
| 67 | + "eslint": "catalog:", |
66 | 68 | "typescript": "catalog:",
|
67 |
| - "typescript-eslint": "^8.35.0", |
68 | 69 | "vitest-mock-extended": "catalog:"
|
| 70 | + }, |
| 71 | + "peerDependencies": { |
| 72 | + "eslint": ">= 9" |
69 | 73 | }
|
70 | 74 | }
|
0 commit comments