odf_new/odf-uniapp/package.json
zpc 992e42a5ae
Some checks failed
continuous-integration/drone/push Build is failing
21
2026-04-21 23:16:26 +08:00

13 lines
198 B
JSON

{
"name": "odf-uniapp-tests",
"private": true,
"type": "module",
"scripts": {
"test": "vitest --run"
},
"devDependencies": {
"vitest": "^3.2.1",
"fast-check": "^4.1.1"
}
}