mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 01:52:02 +08:00
15 lines
222 B
JSON
15 lines
222 B
JSON
{
|
|
"name": "dify",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "vp config"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": "^22.22.1"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|