{
"name": "@yamori/pwa",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"clean": "rm -rf dist"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@yamori/proto": "workspace:*",
"idb": "^8.0.0"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"fake-indexeddb": "^6.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}