mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-16 11:03:30 +01:00
90f70b6cd5
Signed-off-by: Reece Dunham <me@rdil.rocks>
18 lines
505 B
JSON
18 lines
505 B
JSON
{
|
|
"name": "@peacockproject/tests",
|
|
"type": "module",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@aws-crypto/crc32": "^5.2.0",
|
|
"@vitest/ui": "^1.3.0",
|
|
"vite": "^5.1.3",
|
|
"vitest": "^1.3.0"
|
|
},
|
|
"scripts": {
|
|
"test:main": "vitest --run --config vitest.config.ts",
|
|
"test:ui": "vitest --config vitest.config.ts --ui",
|
|
"typecheck-ws": "tsc --noEmit",
|
|
"tests:update-locr-crcs": "node ./testData/scripts/updateLocrCrcData.mjs"
|
|
}
|
|
}
|