{
  "name": "@titovdima/vite-plugin-import-map",
  "version": "1.3.4",
  "description": "A simple and flexible Vite plugin to inject and watch import maps with support for JSON files. Supports inline definitions and external configuration.",
  "repository": {
    "type": "git",
    "url": "https://github.com/dimatitov/vite-plugin-import-map.git"
  },
  "bugs": {
    "url": "https://github.com/dimatitov/vite-plugin-import-map/issues"
  },
  "homepage": "https://github.com/dimatitov/vite-plugin-import-map#readme",
  "module": "./dist/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup src/index.ts --format esm --dts --clean",
    "dev": "tsup src/index.ts --watch --format esm"
  },
  "keywords": [
    "vite",
    "plugin",
    "import-map",
    "vite-plugin",
    "esm",
    "importmap"
  ],
  "author": "Dmitrii Titov",
  "license": "MIT",
  "peerDependencies": {
    "vite": ">=4"
  },
  "dependencies": {
    "comment-json": "^4.2.5",
    "strip-json-comments": "^5.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.15.11",
    "tsup": "^7.2.0",
    "typescript": "^5.0.0",
    "vite": "^4.0.0"
  }
}
