mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 04:39:19 +08:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "frp-web",
|
|
"private": true,
|
|
"workspaces": ["shared", "frpc", "frps"],
|
|
"scripts": {
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "2.4.11",
|
|
"jsdom": "29.1.1",
|
|
"vitest": "4.1.10",
|
|
"vue": "^3.5.40"
|
|
}
|
|
}
|