mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
f4871fea29
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
28 lines
658 B
JSON
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:"
|
|
}
|
|
}
|