apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
20 lines (19 loc) • 402 B
JSON
{
"name": "apigeelint-cli-po025-test",
"version": "1.0.0",
"description": "test that apigeelint PO025 plugin will issue the right error when eslint is not found",
"devDependencies": {
"apigeelint": "2.x.x",
"debug": "4.3.5"
},
"private": true,
"engines": {
"node": ">=22",
"npm": ">=10.5"
},
"overrides": {
"apigeelint": {
"commander": "^14.0.3"
}
}
}