{
  "name": "bare-cov",
  "version": "1.0.1",
  "description": "Generate coverage reports using Bare and Node.js",
  "main": "index.js",
  "scripts": {
    "test": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holepunchto/bare-cov.git"
  },
  "keywords": [
    "bare",
    "coverage",
    "node",
    "pear"
  ],
  "author": "Holepunch",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/bare-cov/issues"
  },
  "homepage": "https://github.com/holepunchto/bare-cov#readme",
  "dependencies": {
    "@istanbuljs/schema": "^0.1.3",
    "istanbul-lib-coverage": "^3.2.2",
    "istanbul-lib-report": "^3.0.1",
    "istanbul-reports": "^3.1.7",
    "picomatch": "^4.0.2",
    "v8-to-istanbul": "^9.3.0"
  },
  "devDependencies": {
    "standard": "^17.1.0"
  },
  "files": [
    "index.js",
    "lib"
  ]
}
