mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-26 14:25:35 +02:00
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
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
692 B
JSON
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:"
|
|
}
|
|
}
|