{
  "name": "@timelaps/is",
  "version": "2.0.0",
  "description": "check what your variable is",
  "main": "dist/index.js",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf ./dist ./coverage",
    "test": "npm run build && jest --runInBand",
    "badges": "jest-coverage-badges",
    "share": "npm version patch && git push && npm publish"
  },
  "dependencies": {
    "@timelaps/constants": "^2.0.1",
    "@timelaps/hacks": "^2.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm t && npm run badges"
    }
  },
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "@types/node": "^12.0.0",
    "husky": "^2.2.0",
    "jest": "^24.8.0",
    "jest-chain": "^1.1.2",
    "jest-coverage-badges": "^1.1.2",
    "jest-extended": "^0.11.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timelaps/is.git"
  },
  "keywords": [],
  "author": "Michael McLaughlin <michael.j.mclaughlin20@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timelaps/is/issues"
  },
  "homepage": "https://github.com/timelaps/is#readme"
}
