thesandwi.ch/thecockpit/package.json
Isaac Mills cf03e29315
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add WASM to website
2025-07-18 09:21:11 -06:00

15 lines
279 B
JSON

{
"name": "thecockpit",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "wasm-pack build --target web"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"wasm-pack": "^0.13.1"
}
}