{
  "name": "root",
  "version": "0.0.0",
  "private": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git"
  },
  "scripts": {
    "release": "yarn build && changeset publish",
    "build": "turbo run build --no-deps --scope=astro --scope=create-astro --scope=\"@astrojs/*\"",
    "build:examples": "turbo run build --scope=docs --scope=www --scope=\"@example/*\"",
    "dev": "turbo run dev --no-deps --no-cache --parallel --scope=astro --scope=create-astro --scope=\"@astrojs/*\"",
    "test": "turbo run test --scope=astro",
    "test:templates": "turbo run test --scope=create-astro",
    "benchmark": "turbo run benchmark --scope=astro",
    "lint": "eslint \"packages/**/*.ts\"",
    "format": "prettier -w ."
  },
  "turbo": {
    "baseBranch": "origin/main",
    "pipeline": {
      "build": {
        "dependsOn": [
          "^build"
        ],
        "outputs": [
          "**/dist/**",
          "!**/vendor/**"
        ]
      },
      "dev": {
        "cache": false
      },
      "test": {
        "outputs": []
      },
      "test:templates": {
        "outputs": []
      },
      "benchmark": {
        "dependsOn": [
          "^build"
        ],
        "outputs": []
      },
      "lint": {
        "outputs": []
      }
    }
  },
  "workspaces": [
    "compiled/*",
    "packages/markdown/*",
    "packages/renderers/*",
    "packages/*",
    "examples/*",
    "examples/component/demo",
    "examples/component/packages/*",
    "scripts",
    "www",
    "docs",
    "packages/astro/test/fixtures/builtins/packages/*",
    "packages/astro/test/fixtures/builtins-polyfillnode",
    "packages/astro/test/fixtures/custom-elements/my-component-lib"
  ],
  "volta": {
    "node": "14.17.0",
    "npm": "7.11.2",
    "yarn": "1.22.10"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.4.2",
    "@changesets/cli": "^2.16.0",
    "@octokit/action": "^3.15.4",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "del": "^6.0.0",
    "esbuild": "0.13.7",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "execa": "^6.0.0",
    "prettier": "^2.4.1",
    "tiny-glob": "^0.2.8",
    "turbo": "^1.0.0",
    "typescript": "4.5.2"
  },
  "engines": {
    "node": "^14.15.0 || >=16.0.0"
  }
}