{
  "name": "@datadog/datadog-ci-plugin-dora",
  "version": "5.15.0",
  "description": "Datadog CI plugin for `dora` commands",
  "license": "Apache-2.0",
  "keywords": [
    "datadog",
    "datadog-ci",
    "plugin"
  ],
  "homepage": "https://github.com/DataDog/datadog-ci/tree/master/packages/plugin-dora",
  "repository": {
    "type": "git",
    "url": "https://github.com/DataDog/datadog-ci.git",
    "directory": "packages/plugin-dora"
  },
  "main": "dist/bundle.js",
  "types": "dist/bundle.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/bundle.d.ts",
      "default": "./dist/bundle.js"
    },
    "./commands/*": {
      "development": "./src/commands/*.ts",
      "default": "./dist/commands/*.js"
    }
  },
  "files": [
    "dist/bundle.js",
    "dist/bundle.js.map",
    "dist/bundle.js.LEGAL.txt",
    "dist/bundle.d.ts",
    "dist/commands/*.js",
    "README",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn package:clean; yarn package:build",
    "lint": "yarn package:lint",
    "prepack": "yarn package:clean-dist; yarn package:bundle:npm"
  },
  "devDependencies": {
    "@datadog/datadog-ci-base": "5.15.0",
    "chalk": "3.0.0",
    "simple-git": "3.33.0"
  }
}