{
  "name": "ts-debug",
  "version": "1.3.0",
  "description": "Configurable console wrapper for Typescript",
  "main": "./debug",
  "typings": "./debug",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "$(npm bin)/tsc -p tsconfig.json",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielKucal/ts-debug.git"
  },
  "keywords": [
    "typescript",
    "debug",
    "console",
    "wrapper",
    "debugging",
    "angular",
    "configurable"
  ],
  "author": "Daniel Kucal",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DanielKucal/ts-debug/issues"
  },
  "homepage": "https://github.com/DanielKucal/ts-debug#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^10.12.10",
    "typescript": "^3.1.6"
  }
}
