123456789101112131415161718 |
- {
- "name": "openai-proxy",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.20.2",
- "crypto": "^1.0.1",
- "express": "^4.18.2",
- "http-proxy-middleware": "^2.0.6"
- }
- }
|