mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
Co-authored-by: n8n-release-helper[bot] <265227495+n8n-release-helper[bot]@users.noreply.github.com>
30 lines
746 B
JSON
30 lines
746 B
JSON
{
|
|
"name": "@n8n/scan-community-package",
|
|
"version": "0.29.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",
|
|
"eslint-plugin-n8n-nodes-base": "catalog:",
|
|
"semver": "catalog:",
|
|
"typescript": "catalog:typescript",
|
|
"tmp": "0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@n8n/vitest-config": "workspace:*",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|