{
  "name": "@nx-plugins/astro",
  "version": "0.0.19",
  "main": "src/index.js",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "description": "The Nx Plugin for Astro that contains executors, generators, and utilities for managing Astro applications and libraries within an Nx workspace.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nx-plugins/lab.git",
    "directory": "packages/astro"
  },
  "keywords": [
    "Monorepos",
    "Astro",
    "React",
    "Vue",
    "Web"
  ],
  "dependencies": {
    "@nrwl/devkit": "*",
    "@nrwl/workspace": "*",
    "@nrwl/cypress": "*",
    "@nrwl/jest": "*",
    "@nx-plugins/linter": "*",
    "@nx-plugins/vitest": "*",
    "@nx-plugins/testing-library": "*",
    "@nx-plugins/playwright": "*"
  },
  "typings": "./src/index.d.ts"
}