28 lines
558 B
JSON
28 lines
558 B
JSON
|
|
{
|
||
|
|
"name": "@shade/transport-bridge",
|
||
|
|
"version": "4.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"types": "src/index.ts",
|
||
|
|
"dependencies": {
|
||
|
|
"@shade/core": "workspace:*",
|
||
|
|
"@shade/server": "workspace:*"
|
||
|
|
},
|
||
|
|
"optionalDependencies": {
|
||
|
|
"@shade/inbox-server": "workspace:*"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"hono": "^4"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"hono": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@shade/crypto-web": "workspace:*",
|
||
|
|
"@shade/inbox-server": "workspace:*",
|
||
|
|
"hono": "^4.12.12"
|
||
|
|
}
|
||
|
|
}
|