UNPKG

903 BJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/location-polyfill",
6 "version": "0.5.0-pre.0",
7 "description": "A Location polyfill for Cloudflare Workers.",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/worker-tools/location-polyfill.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/location-polyfill/issues"
19 },
20 "homepage": "https://workers.tools/location-polyfill",
21 "keywords": [
22 "cloudflare-workers",
23 "location-api",
24 "polyfill"
25 ],
26 "exports": {
27 ".": {
28 "import": "./esm/index.js",
29 "require": "./script/index.js",
30 "types": "./types/index.d.ts"
31 }
32 },
33 "dependencies": {},
34 "devDependencies": {}
35}
\No newline at end of file