Files
yaak/src-tauri/yaak-templates/package.json
2025-04-15 07:18:26 -07:00

14 lines
264 B
JSON

{
"name": "@yaakapp-internal/templates",
"private": true,
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"bootstrap": "npm run build",
"build": "wasm-pack build --target bundler"
},
"devDependencies": {
"wasm-pack": "^0.13.1"
}
}