Add gateway-first pattern: when AGILITON_API_KEY is set, route all external API calls through the gateway with X-API-Key auth. Falls back to direct API access when gateway is unavailable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
511 B
JSON
29 lines
511 B
JSON
{
|
|
"name": "require-from-string",
|
|
"version": "2.0.2",
|
|
"description": "Require module from string",
|
|
"license": "MIT",
|
|
"repository": "floatdrop/require-from-string",
|
|
"author": {
|
|
"name": "Vsevolod Strukchinsky",
|
|
"email": "floatdrop@gmail.com",
|
|
"url": "github.com/floatdrop"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
""
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
}
|