{
  "name": "@inox-tools/astro-when",
  "version": "2.1.0",
  "description": "Integration that informs when in Astro's lifecycle the code is running",
  "keywords": [
    "lifecycle",
    "astro-integration",
    "astro",
    "utils"
  ],
  "repository": {
    "url": "https://github.com/Fryuni/inox-tools"
  },
  "license": "MIT",
  "author": "Luiz Ferraz <luiz@lferraz.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "virtual.d.ts"
  ],
  "dependencies": {
    "debug": "^4.4.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^25.3.3",
    "@vitest/ui": "^4.0.18",
    "astro": "^6.1.2",
    "jest-extended": "^7.0.0",
    "tsup": "8.5.1",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.18",
    "@inox-tools/astro-tests": "^1.0.0"
  },
  "peerDependencies": {
    "astro": "^6"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublish": "pnpm run build",
    "test": "vitest run",
    "test:dev": "vitest"
  }
}