{
  "name": "astro-toolkit",
  "type": "module",
  "version": "0.2.10",
  "description": "A collection of Astro tools, components, and utilities to streamline your development process.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/spices-solutions/wathqny/blob/main/packages/astro-toolkit/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/spices-solutions/wathqny/blob/main/packages/astro-toolkit/README.md"
  },
  "bugs": {
    "url": "https://github.com/spices-solutions/wathqny/issues"
  },
  "keywords": [
    "spices",
    "code",
    "wathqny",
    "kit",
    "toolkit",
    "astro-toolkit",
    "wtqdocs",
    "astro",
    "withastro",
    "utilities",
    "components"
  ],
  "exports": {
    "./seo": {
      "import": "./src/seo/index.ts"
    },
    "./schema": {
      "import": "./src/schema.ts"
    },
    "./flow": {
      "import": "./src/flow.ts"
    },
    "./utils": {
      "import": "./src/utils.ts"
    },
    "./actions": {
      "import": "./src/actions.ts"
    }
  },
  "devDependencies": {
    "@astrojs/ts-plugin": "^1.9.0",
    "astro": "^4.12.2",
    "typescript": "^5.5.4"
  }
}