maple-proxy 0.1.8

Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    "target": "ES2022",
    "module": "Node16",
    "moduleResolution": "Node16",
    "outDir": "dist",
    "rootDir": ".",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "declaration": true,
    "sourceMap": true
  },
  "include": ["index.ts", "lib/**/*.ts", "lib/**/*.test.ts"],
  "exclude": ["node_modules", "dist"]
}