{
  "name": "@malinmw/import-map-devtools",
  "version": "0.1.26",
  "description": "Modern UI for overriding import maps in the browser with React",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "lint": "eslint src/**/*.ts* --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malinmalliyawadu/import-map-devtools.git"
  },
  "homepage": "https://github.com/malinmalliyawadu/import-map-devtools#readme",
  "bugs": {
    "url": "https://github.com/malinmalliyawadu/import-map-devtools/issues"
  },
  "keywords": [
    "import-map",
    "devtools",
    "frontend",
    "microfrontends",
    "react"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "tailwindcss": "^3.3.3",
    "postcss": "^8.4.28",
    "autoprefixer": "^10.4.15"
  },
  "devDependencies": {
    "@types/node": "^20.5.0",
    "@types/react": "^18.2.20",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.1",
    "@vitejs/plugin-react": "^4.4.1",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "eslint": "^8.47.0",
    "eslint-plugin-react": "^7.37.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwind-merge": "^3.2.0",
    "tsup": "^7.2.0",
    "typescript": "^5.1.6",
    "vite": "^6.3.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
