2024-05-31 13:12:53 -04:00
|
|
|
{
|
|
|
|
"imports": {
|
2024-11-10 15:39:56 -05:00
|
|
|
"lume/": "https://deno.land/x/lume@v2.4.2/"
|
2024-05-31 13:12:53 -04:00
|
|
|
},
|
|
|
|
"tasks": {
|
2024-11-08 19:19:45 -05:00
|
|
|
"build": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --deny-env lume.ts",
|
|
|
|
"serve": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --deny-env lume.ts -s",
|
2024-09-08 11:03:45 -04:00
|
|
|
"check": "deno fmt --check && deno lint && deno check .",
|
2024-05-31 13:17:21 -04:00
|
|
|
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/pay.fosterhangdaan.com/"
|
2024-05-31 13:12:53 -04:00
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "npm:preact",
|
|
|
|
"types": [
|
|
|
|
"lume/types.ts"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"fmt": {
|
|
|
|
"exclude": [
|
|
|
|
"LICENSE.md"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|