n8n/packages/@n8n/scan-community-package/package.json
n8n-assistant[bot] 8e81f3e313
🚀 Release 2.10.0 (#26135)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2026-02-23 15:57:44 +00:00

19 lines
421 B
JSON

{
"name": "@n8n/scan-community-package",
"version": "0.10.0",
"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"
}
}