n8n/packages/@n8n/scan-community-package/package.json
n8n-assistant[bot] 747c76eff6
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
🚀 Release 1.123.47 (#31060)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-25 09:45:10 +00:00

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"
}
}