n8n/packages/@n8n/scan-community-package/package.json
n8n-assistant[bot] 61be42c7bb
🚀 Release 2.21.0 (#30283)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-12 07:29:34 +00:00

28 lines
630 B
JSON

{
"name": "@n8n/scan-community-package",
"version": "0.18.0",
"description": "Static code analyser for n8n community packages",
"license": "none",
"bin": "scanner/cli.mjs",
"scripts": {
"test": "vitest run",
"test:dev": "vitest"
},
"files": [
"scanner"
],
"dependencies": {
"eslint": "catalog:",
"fast-glob": "catalog:",
"axios": "catalog:",
"@n8n/eslint-plugin-community-nodes": "workspace:*",
"@typescript-eslint/parser": "^8.35.0",
"semver": "^7.5.4",
"tmp": "0.2.4"
},
"devDependencies": {
"@n8n/vitest-config": "workspace:*",
"vitest": "catalog:"
}
}