mirror of
https://github.com/langgenius/dify.git
synced 2026-05-08 00:02:34 -04:00
44 lines
859 B
JSON
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:"
|
|
}
|
|
}
|