mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
14 lines
264 B
JSON
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"
|
|
}
|
|
}
|