{
  "type": "module",
  "name": "temporal-polyfill-lite",
  "version": "0.4.1",
  "description": "Lightweight Temporal polyfill",
  "keywords": [
    "Temporal"
  ],
  "author": "fabon <syobon.hinata.public@gmail.com> (https://www.fabon.info/)",
  "license": "MIT",
  "exports": {
    ".": "./dist/index.js",
    "./global": "./dist/global.js",
    "./shim": "./dist/shim.js",
    "./types/global": "./dist/types/global.js",
    "./calendars-full": "./dist/calendars/index.js",
    "./calendars-full/global": "./dist/calendars/global.js",
    "./calendars-full/shim": "./dist/calendars/shim.js"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist"
  ],
  "sideEffects": [
    "./dist/global.js",
    "./dist/calendars/global.js"
  ],
  "homepage": "https://github.com/fabon-f/temporal-polyfill-lite#readme",
  "bugs": {
    "url": "https://github.com/fabon-f/temporal-polyfill-lite/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabon-f/temporal-polyfill-lite.git"
  }
}