mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 00:59:22 +08:00
15 lines
277 B
JSON
15 lines
277 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"
|
|
}
|
|
}
|