{
  "name": "es-module-shims",
  "version": "2.8.1",
  "description": "Shims for the latest ES module features",
  "main": "dist/es-module-shims.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./dist/es-module-shims.js"
    },
    "./debug": {
      "types": "./index.d.ts",
      "default": "./dist/es-module-shims.debug.js"
    },
    "./wasm": {
      "types": "./index.d.ts",
      "default": "./dist/es-module-shims.wasm.js"
    },
    "./typescript-transform": "./dist/es-module-shims-typescript.js"
  },
  "types": "index.d.ts",
  "type": "module",
  "files": [
    "dist/es-module-shims.debug.js",
    "dist/es-module-shims.js",
    "dist/es-module-shims.wasm.js",
    "dist/es-module-shims-typescript.js",
    "index.d.ts"
  ],
  "author": "Guy Bedford",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.4.2",
    "amaro": "0.5.3",
    "chomp": "^0.2.23",
    "es-module-lexer": "2.1.0",
    "kleur": "^4.1.4",
    "mime-types": "^2.1.33",
    "mocha": "^9.1.1",
    "npm-run-all": "^4.1.5",
    "open": "^8.0.8",
    "preact": "^10.5.14",
    "prettier": "^3.4.2",
    "pretty-ms": "^3.2.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.0",
    "tachometer": "^0.5.10",
    "terser": "^5.10.0"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "chomp build",
    "test": "chomp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guybedford/es-module-shims.git"
  },
  "bugs": {
    "url": "https://github.com/guybedford/es-module-shims/issues"
  },
  "homepage": "https://github.com/guybedford/es-module-shims#readme"
}
