mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "@n8n/scan-community-package",
|
|
"version": "0.14.0",
|
|
"description": "Static code analyser for n8n community packages",
|
|
"license": "none",
|
|
"bin": "scanner/cli.mjs",
|
|
"files": [
|
|
"scanner"
|
|
],
|
|
"dependencies": {
|
|
"eslint": "catalog:",
|
|
"fast-glob": "catalog:",
|
|
"axios": "catalog:",
|
|
"@n8n/eslint-plugin-community-nodes": "workspace:*",
|
|
"semver": "^7.5.4",
|
|
"tmp": "0.2.4"
|
|
}
|
|
}
|