{
  "name": "rowdy-logger",
  "version": "1.0.2",
  "description": "logs all the routes for your express app",
  "main": "dist/index.js",
  "scripts": {
    "compile": "rimraf dist && babel src -d dist --ignore '**/*.test.js'",
    "lint": "standard --fix",
    "test": "jest --coverage",
    "all": "yarn compile && yarn lint && yarn test",
    "prepublishOnly": "yarn all",
    "preversion": "yarn all",
    "publish": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hoten/rowdy.git"
  },
  "author": "Connor Clark <cjamcl@gmail.com> (http://www.cjamcl.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Hoten/rowdy/issues"
  },
  "homepage": "https://github.com/Hoten/rowdy#readme",
  "dependencies": {
    "@babel/runtime": "^7.0.0-beta.42",
    "cli-table": "^0.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.42",
    "@babel/core": "^7.0.0-beta.42",
    "@babel/plugin-transform-runtime": "^7.0.0-beta.42",
    "@babel/preset-env": "^7.0.0-beta.42",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^22.4.3",
    "coveralls": "^3.0.0",
    "jest": "^22.4.3",
    "npm-install-version": "^6.0.2",
    "rimraf": "^2.6.1",
    "standard": "^11.0.1"
  },
  "standard": {
    "env": [
      "jest"
    ],
    "ignore": [
      "dist"
    ]
  }
}
