mirror of
https://github.com/langgenius/dify.git
synced 2026-04-19 12:00:38 -04:00
17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"name": "dify",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "vp config",
|
|
"type-check": "vp run -r type-check"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": "^22.22.1"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|