{
"name": "cooklang-playground",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@cooklang/cooklang": "*"
},
"devDependencies": {
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-wasm": "^3.4.1"
}
}