{
  "name": "launchdarkly-js-test-helpers",
  "version": "2.2.0",
  "description": "LaunchDarkly JavaScript test utilities",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "test": "jest --ci --forceExit",
    "lint": "eslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/launchdarkly/js-test-helpers.git"
  },
  "keywords": [
    "launchdarkly",
    "testing"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/launchdarkly/js-test-helpers/issues"
  },
  "homepage": "https://github.com/launchdarkly/js-test-helpers",
  "dependencies": {
    "selfsigned": "^2.0.1"
  },
  "engines": {
    "node": ">= 0.6.x"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/runtime": "7.6.3",
    "@types/jest": "^27.0.1",
    "@types/node": "^12.12.11",
    "babel-jest": "^27.0.2",
    "eslint": "^7.32.0",
    "eslint-formatter-pretty": "^4.1.0",
    "jest": "^27.0.6",
    "jest-junit": "^12.2.0",
    "ts-jest": "^27.0.5",
    "tunnel": "^0.0.6",
    "typescript": "^4.3.5"
  },
  "jest": {
    "rootDir": ".",
    "testEnvironment": "node",
    "testMatch": [
      "**/*-test.js"
    ],
    "testResultsProcessor": "jest-junit"
  }
}
