n8n/packages/@n8n/scan-community-package/package.json
github-actions[bot] 2ca66ce269
🚀 Release 1.122.0 (#22237)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-11-24 15:35:52 +01:00

19 lines
420 B
JSON

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