{ "private": true, "name": "omaps-url-handler", "version": "1.0.0", "description": "Processes specific HTTP requests to domains", "main": "workers-site/index.js", "scripts": { "build": "esbuild src/index.ts --bundle --outfile=workers-site/index.js", "test": "eslint src/**/*.ts && tsc --noEmit", "format": "prettier --write 'src/**/*.{ts,tsx,json}' public/*.json", "upgrade": "npx npm-check-updates -u && npm install" }, "author": "Alexander Borsuk ", "license": "MIT", "devDependencies": { "@cloudflare/workers-types": "^4.20231025.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "esbuild": "^0.19.5", "eslint": "^8.53.0", "prettier": "^3.0.3", "typescript": "^5.2.2", "wrangler": "^3.15.0" }, "dependencies": { "@cloudflare/kv-asset-handler": "^0.3.0" } }