{
  "name": "semver-sandbox",
  "version": "2.0.0",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "dev": "npm run clean && tsc --watch",
    "tags": "npm run deleteTags && npm run pruneTags",
    "deleteTags": "git tag -l | xargs git tag -d",
    "pruneTags": "git fetch --prune --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://git.trendcapital.io/johnny/semver-sandbox.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "debug": "^4.1.1",
    "tslint": "^5.19.0"
  },
  "devDependencies": {
    "rimraf": "^3.0.0",
    "standard-version": "^7.0.0",
    "typescript": "^3.6.2"
  }
}
