Files
dify/packages/dev-proxy/package.json
2026-05-07 03:32:14 +00:00

44 lines
859 B
JSON

{
"name": "@langgenius/dev-proxy",
"type": "module",
"version": "0.0.5",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"types": "./dist/index.d.mts",
"bin": {
"dev-proxy": "./bin/dev-proxy.js"
},
"files": [
"bin",
"dist",
"src"
],
"engines": {
"node": "^22.22.1"
},
"scripts": {
"build": "vp pack",
"prepare": "pnpm run build",
"test": "vp test",
"type-check": "tsgo",
"prepublish": "pnpm run build"
},
"dependencies": {
"@hono/node-server": "catalog:",
"c12": "catalog:",
"hono": "catalog:"
},
"devDependencies": {
"@dify/tsconfig": "workspace:*",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
}
}