{
  "name": "esimport",
  "version": "0.9.0",
  "description": "Blazing fast ESM compiler and importmap generator",
  "type": "module",
  "bin": {
    "esimport": "esimport.mjs"
  },
  "exports": "./esimport.mjs",
  "scripts": {
    "test": "node --test --experimental-test-coverage --test-coverage-exclude=tests/*"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codingjoe/esimport.git"
  },
  "keywords": [
    "esm",
    "importmap",
    "browser",
    "module"
  ],
  "author": "Johannes Maron <johannes@maron.family>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/codingjoe/esimport/issues"
  },
  "homepage": "https://github.com/codingjoe/esimport#readme",
  "dependencies": {
    "commander": ">=13.0.0",
    "esbuild": ">=0.10.0",
    "glob": ">=9.0.0",
    "minimatch": ">=6.0.0",
    "serve-handler": ">=5.0.0",
    "unenv": ">=2.0.0-rc.15"
  }
}
