{
  "name": "ng-debug-decorator",
  "version": "1.14.0",
  "description": "Angular and Node.js @Debug decorator to skip debug code in production mode.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ultrasonicsoft/ng-debug-decorator.git"
  },
  "keywords": [
    "Angular",
    "Node.js",
    "debug",
    "decorator"
  ],
  "author": "Balram Chavan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ultrasonicsoft/ng-debug-decorator/issues"
  },
  "homepage": "https://github.com/ultrasonicsoft/ng-debug-decorator#readme",
  "devDependencies": {
    "prettier": "^1.17.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  }
}