mtgweeb/package.json
2024-10-31 23:34:46 +01:00

19 lines
380 B
JSON

{
"name": "is-this-your-weeb-card",
"private": true,
"version": "0.1.0",
"scripts": {
"start": "vite",
"build": "vite build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@hamcha/domutil": "^1.0.0",
"@hamcha/weeblib": "0.2.0"
}
}