-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 978 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@yuemingruoan/xcode26-openrouter-proxy",
"description": "",
"version": "0.0.0",
"main": "index.js",
"bin": {
"opentransapi": "dist/src/app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node src/app.ts",
"build": "tsc",
"opentransapi": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuemingruoan/Xcode26-openrouter-proxy.git"
},
"author": "yuemingruoan",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/yuemingruoan/Xcode26-openrouter-proxy/issues"
},
"homepage": "https://github.com/yuemingruoan/Xcode26-openrouter-proxy#readme",
"dependencies": {
"@types/node": "^24.0.14",
"axios": "^1.10.0",
"express": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/express": "^5.0.3"
},
"publishConfig": {
"access": "public"
}
}