{
  "name": "@stryker-mutator/dashboard-badge-api",
  "description": "The stryker dashboard badge-api serverless app",
  "type": "module",
  "version": "0.20.6",
  "main": "dist/index.mjs",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json",
    "./host.json": "./host.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stryker-mutator/stryker-dashboard.git",
    "directory": "packages/badge-api"
  },
  "scripts": {
    "prestart": "func extensions install",
    "start:host": "func start",
    "start": "pnpm run start:host",
    "test": "c8 --check-coverage --reporter=html --report-dir=reports/coverage --lines 80 --functions 75 --branches 65 mocha --node-option enable-source-maps \"dist/test/**/*.js\"",
    "stryker": "stryker run"
  },
  "dependencies": {
    "@azure/functions": "4.16.2",
    "@stryker-mutator/dashboard-common": "0.20.6",
    "@stryker-mutator/dashboard-data-access": "0.20.6"
  },
  "devDependencies": {
    "azure-functions-core-tools": "4.12.1"
  },
  "gitHead": "53b9ecc0488216773b479e8eeb1301056474ee1b"
}
