Files
n8n/packages/@n8n/scan-community-package/package.json
T
n8n-assistant[bot] f4871fea29 🚀 Release 2.27.0 (#32365)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-06-16 10:13:05 +00:00

28 lines
658 B
JSON

{
"name": "@n8n/scan-community-package",
"version": "0.23.0",
"description": "Static code analyser for n8n community packages",
"license": "LicenseRef-n8n-sustainable-use",
"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": "catalog:",
"tmp": "0.2.4"
},
"devDependencies": {
"@n8n/vitest-config": "workspace:*",
"vitest": "catalog:"
}
}