Initial commit

This commit is contained in:
2026-01-20 12:23:12 +11:00
commit c3d73f5c83
7 changed files with 1777 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "chsp-worker",
"version": "1.0.0",
"description": "Cloudflare Worker for chsp.au",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "wrangler deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
"typescript": "^5.0.4",
"wrangler": "^3.0.0"
}
}