{
  "name": "@ts-common/repo-link",
  "version": "0.2.0",
  "description": "Developer dependencies for TypeScript related projects",
  "main": "index.js",
  "scripts": {
    "build": "run-p tslint build:tsc",
    "build:tsc": "tsc -p tsconfig.json",
    "prepack": "npm install && npm run build",
    "test": "run-p tslint",
    "tslint": "tslint -p . -c tslint.json --exclude \"./test/**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ts-common/repo-link.git"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "lib/**/*.ts",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "azure",
    "javascript",
    "typescript",
    "microsoft",
    "node",
    "browser"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ts-common/repo-link/issues"
  },
  "homepage": "https://github.com/ts-common/repo-link#readme",
  "devDependencies": {
    "@types/node": "^10.12.9",
    "npm-run-all": "^4.1.3",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6"
  }
}
