mirror of
https://github.com/langgenius/dify.git
synced 2026-05-25 03:17:15 +08:00
41 lines
753 B
JSON
41 lines
753 B
JSON
{
|
|
"name": "@langgenius/dev-proxy",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"bin": {
|
|
"dev-proxy": "./bin/dev-proxy.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": "^22.22.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vp pack",
|
|
"test": "vp test",
|
|
"type-check": "tsgo"
|
|
},
|
|
"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:"
|
|
}
|
|
}
|