Files
n8n-enterprise-unlocked/packages/@n8n/scan-community-package/package.json
github-actions[bot] 2c453be05d 🚀 Release 1.111.0 (#19305)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-09-08 16:01:48 +03:00

18 lines
363 B
JSON

{
"name": "@n8n/scan-community-package",
"version": "0.3.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:",
"semver": "^7.5.4",
"tmp": "0.2.4"
}
}