mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
18 lines
363 B
JSON
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"
|
|
}
|
|
}
|