mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "@n8n/scan-community-package",
|
|
"version": "0.9.4",
|
|
"description": "Static code analyser for n8n community packages",
|
|
"license": "none",
|
|
"bin": "scanner/cli.mjs",
|
|
"files": [
|
|
"scanner"
|
|
],
|
|
"dependencies": {
|
|
"eslint": "catalog:",
|
|
"fast-glob": "catalog:",
|
|
"axios": "catalog:",
|
|
"@n8n/eslint-plugin-community-nodes": "workspace:*",
|
|
"semver": "^7.5.4",
|
|
"tmp": "0.2.4"
|
|
}
|
|
}
|