n8n/packages/@n8n/scan-community-package/package.json
Garrit Franke 8b54333739
Some checks are pending
Build: Benchmark Image / build (push) Waiting to run
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Util: Sync API Docs / sync-public-api (push) Waiting to run
fix(core): Lint package.json in community node tooling (no-changelog) (#29864)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 10:56:31 +00:00

31 lines
692 B
JSON

{
"name": "@n8n/scan-community-package",
"version": "0.17.0",
"description": "Static code analyser for n8n community packages",
"license": "none",
"bin": "scanner/cli.mjs",
"scripts": {
"test": "node --test test/*.test.mjs"
},
"files": [
"scanner"
],
"scripts": {
"test": "vitest run",
"test:dev": "vitest"
},
"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:"
}
}