Files
dify/packages/dev-proxy/package.json
Stephen Zhou 512f39dede chore: upgrade TypeScript 7 (#38575)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-09 01:42:40 +00:00

45 lines
878 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": "tsc",
"prepublish": "pnpm run build"
},
"dependencies": {
"@hono/node-server": "catalog:",
"c12": "catalog:",
"chokidar": "catalog:",
"hono": "catalog:"
},
"devDependencies": {
"@dify/tsconfig": "workspace:*",
"@types/node": "catalog:",
"@typescript/native": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
}
}