{
  "name": "astro-auto-import",
  "description": "Auto-import components in Astro projects",
  "version": "0.5.1",
  "type": "module",
  "types": "./dist/index.d.ts",
  "author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/delucis/astro-auto-import.git",
    "directory": "packages/astro-auto-import"
  },
  "bugs": "https://github.com/delucis/astro-auto-import/issues",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "withastro",
    "astro-component",
    "astro-integration",
    "utility",
    "global",
    "auto-import"
  ],
  "devDependencies": {
    "@types/node": "^20.19.27",
    "astro": "^5.16.6",
    "mdast-util-mdx": "^3.0.0",
    "typescript": "^5.9.3",
    "vfile": "^6.0.3"
  },
  "dependencies": {
    "acorn": "^8.15.0"
  },
  "peerDependencies": {
    "astro": "^5.0.0-beta || ^6.0.0-alpha"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "build": "tsc"
  }
}