Files
frp/web/package.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"
}
}