{
  "name": "shylog",
  "version": "0.1.1",
  "description": "Tiny client-side conditional logger",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": ["build/**/*"],
  "author": "Vadim Brodsky <vadim.brodsky@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/VadimBrodsky/shylog",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VadimBrodsky/shylog.git"
  },
  "keywords": ["logger", "console", "tiny", "conditional", "debug", "browser", "client"],
  "bugs": {
    "url": "https://github.com/VadimBrodsky/shylog/issues"
  },
  "devDependencies": {
    "@types/jest": "^24.0.6",
    "jest": "^24.1.0",
    "ts-jest": "^24.0.0",
    "typescript": "^3.3.3"
  },
  "scripts": {
    "prestart": "npm run clean",
    "start": "tsc -w",
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rm -rf build/*",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "prepublishOnly": "npm run test && npm run build"
  }
}
