thesandwi.ch/thecockpit/package.json
Isaac Mills 547377c8ad
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add phantom .env in build
2025-07-28 17:56:44 -06:00

15 lines
291 B
JSON

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