{
  "name": "@jspm/import-map",
  "description": "Package Import Map Utility",
  "license": "MIT",
  "version": "1.5.0",
  "types": "lib/map.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/map.d.ts",
      "source": "./lib/map.js",
      "default": "./dist/map.js"
    }
  },
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jspm/jspm.git"
  },
  "keywords": [
    "jspm",
    "import maps",
    "es modules"
  ],
  "author": "Guy Bedford",
  "bugs": {
    "url": "https://github.com/jspm/jspm/issues"
  },
  "scripts": {
    "build": "chomp build",
    "test": "chomp test"
  },
  "homepage": "https://github.com/jspm/jspm/tree/main/import-map#readme",
  "devDependencies": {
    "@swc/cli": "^0.1.65",
    "@swc/core": "^1.11.18",
    "@types/node": "^22.14.0",
    "rollup": "^2.79.1",
    "typescript": "^4.9.5"
  }
}
