1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-16 11:03:30 +01:00
Peacock/tests/package.json
Reece Dunham 90f70b6cd5
refactor(tests): Allow loading JSON if the data is test-exclusive
Signed-off-by: Reece Dunham <me@rdil.rocks>
2024-04-07 10:23:10 -04:00

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"
}
}