{
  "name": "testcafe-reporter-minimal",
  "version": "2.2.0",
  "description": "Minimal TestCafe reporter plugin.",
  "repository": "https://github.com/DevExpress/testcafe-reporter-minimal",
  "author": {
    "name": "Developer Express Inc.",
    "url": "https://devexpress.com"
  },
  "main": "lib/index",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "gulp test",
    "build": "gulp build",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "keywords": [
    "testcafe",
    "reporter",
    "plugin",
    "minimal"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/eslint-parser": "^7.21.3",
    "babel-plugin-add-module-exports": "^1.0.4",
    "callsite-record": "^3.2.0",
    "del": "^1.2.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-eslint": "^6.0.0",
    "gulp-mocha": "^8.0.0",
    "normalize-newline": "^3.0.0",
    "os-family": "^1.0.0",
    "publish-please": "^5.5.2",
    "read-file-relative": "^1.2.0",
    "testcafe": "2.4.0"
  }
}
