mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-19 14:17:53 +01:00
16 lines
328 B
JSON
16 lines
328 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": "node build-wasm.cjs",
|
|
"build:clean": "rimraf ./pkg/.gitignore"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^6.1.2"
|
|
}
|
|
}
|