mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 11:05:01 +01:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"name": "@yaakapp-internal/templates",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"bootstrap": "npm run build",
|
|
"build": "run-s build:*",
|
|
"build:pack": "wasm-pack build --target bundler",
|
|
"build:clean": "rimraf ./pkg/.gitignore"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^6.1.2"
|
|
}
|
|
}
|