{
"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:*"
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}