{
  "name": "@astrojs/telemetry",
  "version": "3.3.3",
  "type": "module",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withastro/astro.git",
    "directory": "packages/telemetry"
  },
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://astro.build",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "ci-info": "^4.4.0",
    "dset": "^3.1.4",
    "is-docker": "^4.0.0",
    "package-manager-detector": "^1.6.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.6",
    "astro-scripts": "0.0.14"
  },
  "engines": {
    "node": "18.20.8 || ^20.3.0 || >=22.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "build": "astro-scripts build \"src/**/*.ts\" && tsc -b",
    "build:ci": "astro-scripts build \"src/**/*.ts\"",
    "dev": "astro-scripts dev \"src/**/*.ts\"",
    "test": "astro-scripts test \"test/**/*.test.ts\""
  }
}