apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
20 lines (19 loc) • 363 B
JSON
{
"name": "apigeelint-cli-bug608-test",
"version": "1.0.0",
"description": "test that apigeelint cli.js uses apigeelintrc",
"devDependencies": {
"apigeelint": "2.x.x",
"debug": "4.3.5"
},
"private": true,
"engines": {
"node": ">=22",
"npm": ">=10.5"
},
"overrides": {
"apigeelint": {
"commander": "^14.0.3"
}
}
}