Files
bizmatch-qc-desktop/deno.json
2026-07-15 16:42:28 -05:00

22 lines
532 B
JSON

{
"name": "bizmatch-qc-desktop",
"version": "0.1.3",
"exports": "./main.ts",
"tasks": {
"dev": "deno desktop --hmr --backend cef --allow-read --allow-write main.ts",
"start": "deno desktop --backend cef --allow-read --allow-write main.ts",
"test": "deno test --allow-read tests/"
},
"desktop": {
"app": {
"name": "BizMatch QC",
"identifier": "net.bizmatch.qc"
},
"backend": "cef",
"output": {
"windows": "./dist/BizMatch-QC",
"linux": "./dist/bizmatch-qc"
}
}
}