{
  "name": "@berun/scripts",
  "version": "7.3.6",
  "description": "Configuration and scripts for BeRun.",
  "main": "./bin/berun-scripts.js",
  "authors": [
    "OffGrid Networks <admin@offgridnetworks.com>"
  ],
  "bin": {
    "berun-scripts": "bin/berun-scripts.js"
  },
  "browserslist": {
    "development": [
      "last 2 chrome versions",
      "last 2 firefox versions",
      "last 2 edge versions"
    ],
    "production": [
      ">1%",
      "last 4 versions",
      "Firefox ESR",
      "not ie < 11"
    ]
  },
  "bugs": {
    "url": "https://github.com/bestyled/berun/issues"
  },
  "files": [
    "bin",
    "config",
    "scripts"
  ],
  "license": "Apache-2.0",
  "optionalDependencies": {
    "fsevents": "2.2.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/bestyled/berun/tree/master/packages/berun-scripts",
  "scripts": {
    "coverage": "berun-dev test --coverage",
    "format": "berun-dev format",
    "lint": "berun-dev lint",
    "test": "berun-dev test",
    "test:watch": "berun-dev test -o --watch"
  },
  "dependencies": {
    "pirates": "^4.0.1",
    "sucrase": "^3.18.1",
    "@berun/berun": "^7.3.6",
    "chalk": "^3.0.0",
    "cross-spawn": "^7.0.3",
    "fs-extra": "^8.1.0",
    "react-dev-utils": "^8.0.0"
  },
  "devDependencies": {
    "@berun/berun": "^7.3.6",
    "chalk": "^3.0.0",
    "cross-spawn": "^7.0.3",
    "fs-extra": "^8.1.0",
    "react-dev-utils": "^8.0.0",
    "sucrase": "^3.18.1",
    "@berun/dev-scripts": "^7.3.6"
  },
  "peerDependencies": {}
}
