{
  "name": "unimport",
  "type": "module",
  "version": "6.0.2",
  "description": "Unified utils for auto importing APIs in modules",
  "license": "MIT",
  "repository": "unjs/unimport",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./unplugin": "./dist/unplugin.mjs",
    "./addons": "./dist/addons.mjs",
    "./*": "./*"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "*.d.ts",
    "dist"
  ],
  "engines": {
    "node": ">=18.12.0"
  },
  "dependencies": {
    "acorn": "^8.16.0",
    "escape-string-regexp": "^5.0.0",
    "estree-walker": "^3.0.3",
    "local-pkg": "^1.1.2",
    "magic-string": "^0.30.21",
    "mlly": "^1.8.1",
    "pathe": "^2.0.3",
    "picomatch": "^4.0.3",
    "pkg-types": "^2.3.0",
    "scule": "^1.3.0",
    "strip-literal": "^3.1.0",
    "tinyglobby": "^0.2.15",
    "unplugin": "^3.0.0",
    "unplugin-utils": "^0.3.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.3",
    "@types/estree": "^1.0.8",
    "@types/node": "^25.5.0",
    "@types/picomatch": "^4.0.2",
    "@vitest/coverage-v8": "^4.1.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.0.3",
    "h3": "^1.15.6",
    "jquery": "^3.7.1",
    "lit": "^3.3.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.0",
    "vue-tsc": "^3.2.5"
  },
  "resolutions": {
    "chokidar": "catalog:dev"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint .",
    "play": "pnpm -C playground run dev",
    "play:build": "pnpm -C playground run build",
    "typecheck": "vue-tsc --noEmit",
    "release": "pnpm run test --run && bumpp",
    "test": "vitest --coverage"
  }
}