{
  "name": "@cucumber/ci-environment",
  "version": "14.0.0",
  "description": "Detect CI Environment from environment variables",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "pretest": "npm run generate-ci-environments-ts",
    "test": "mocha",
    "prepublishOnly": "npm run build",
    "fix": "biome check --fix --error-on-warnings",
    "lint": "biome check --error-on-warnings",
    "postbuild": "node -e \"require('.')\"",
    "generate-ci-environments-ts": "shx cat CiEnvironments.ts.header ../CiEnvironments.json > src/CiEnvironments.ts && biome check --fix --error-on-warnings src/CiEnvironments.ts"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cucumber/ci-environment.git"
  },
  "keywords": [
    "cucumber"
  ],
  "author": "Cucumber Limited <cukes@googlegroups.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cucumber/ci-environment/issues"
  },
  "homepage": "https://github.com/cucumber/ci-environment",
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@cucumber/biome-config": "github:cucumber/biome-config#v0.2.1",
    "@tsconfig/recommended": "^1.0.13",
    "@types/glob": "9.0.0",
    "@types/mocha": "10.0.10",
    "@types/node": "^22.19.19",
    "glob": "^13.0.0",
    "mocha": "11.7.6",
    "shx": "0.4.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3"
  },
  "directories": {
    "test": "test"
  }
}
