{
  "name": "@ollelauribostrom/hindex",
  "version": "2.0.3",
  "description": "Wrap your reports in an index.html file with a single command",
  "main": "dist/hindex.js",
  "bin": {
    "hindex": "dist/bin/index.js"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "coveralls": "^3.0.0",
    "eslint": "^4.13.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.5.1",
    "jest": "^22.4.3",
    "memory-fs": "^0.4.1"
  },
  "scripts": {
    "start": "babel src -D -d dist --watch",
    "build": "babel src -D -d dist",
    "prepare": "npm run build",
    "test": "jest",
    "coverage": "jest --coverage",
    "coveralls": "jest --coverage && cat ./test/coverage/lcov.info | coveralls",
    "lint": "eslint src test --ignore-pattern test/coverage*"
  },
  "author": "Olle Lauri Boström <ollebostr@gmail.com> (https://github.com/ollelauribostrom)",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.1",
    "fs-extra": "^6.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ollelauribostrom/hindex.git"
  },
  "keywords": [
    "index.html",
    "report linking",
    "coverage reports",
    "coverage",
    "reports",
    "wrapper"
  ],
  "bugs": {
    "url": "https://github.com/ollelauribostrom/hindex/issues"
  },
  "homepage": "https://github.com/ollelauribostrom/hindex#readme",
  "jest": {
    "coverageDirectory": "<rootDir>/test/coverage",
    "testEnvironment": "node",
    "collectCoverageFrom": [
      "src/**.js"
    ]
  }
}
