{
  "name": "@sensinum/astro-strapi-blocks",
  "version": "1.2.3",
  "description": "Astro components for Strapi Block Field",
  "keywords": ["astro", "strapi", "blocks", "components", "astro-component", "withastro", "astro-loader", "content-layer", "astro-integration"],
  "type": "module",
  "main": "./src/components/StrapiBlocks.astro",
  "types": "./src/index.d.ts",
  "author": {
    "name": "Sensinum / VirtusLab",
    "email": "contact@sensinum.com",
    "url": "https://sensinum.com"
  },
  "maintainers": [
    {
      "name": "@cyp3rius",
      "email": "mziarko@virtuslab.com",
      "url": "https://sensinum.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/VirtusLab-Open-Source/astro-strapi-blocks"
  },
  "exports": {
    ".": "./src/index.ts",
    "./astro": "./src/components/StrapiBlocks.astro",
    "./package.json": "./package.json"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "check": "tsc --noEmit",
    "test": "jest",
    "test:ci": "CI=true jest --ci --runInBand --verbose --coverage",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.0.0",
    "astro": "^5.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "astro": "^5.5.0"
  },
  "engines": {
    "node": ">=18.17.0",
    "yarn": "1.22.19"
  },
  "packageManager": "yarn@1.22.19"
}
