Files

27 lines
560 B
JSON
Raw Permalink Normal View History

{
"name": "arkanoid",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"test:unit": "vitest run",
"test": "yarn test:unit"
},
"devDependencies": {
"@biomejs/biome": "^2.5.3",
"jsdom": "^29.1.1",
"lefthook": "^2.1.10",
"vite": "^8.1.1",
"vitest": "^4.1.10"
},
"dependencies": {
"pixi.js": "^8.19.0"
}
}