{
  "author": "Brandheroes",
  "license": "UNLICENSED",
  "name": "@brandheroes/brandheroes-shared-project",
  "version": "0.9.6",
  "description": "Functionality shared between multiple projects",
  "main": "dist/index",
  "typings": "dist/index",
  "keywords": [
    "Brandheroes",
    "common",
    "shared"
  ],
  "scripts": {
    "test": "jest",
    "build": "yarn tsc",
    "versionbump:patch": "npm version patch -m \"[skip CI] Update to %s\"",
    "versionbump:minor": "npm version minor -m \"[skip CI] Update to %s\"",
    "versionbump:major": "npm version major -m \"[skip CI] Update to %s\"",
    "nuke": "rimraf node_modules && yarn install",
    "lint": "tslint -p tsconfig.json",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "version": "git add -A"
  },
  "dependencies": {
    "google-libphonenumber": "^3.1.11",
    "luxon": "^1.4.3",
    "validator": "^10.5.0"
  },
  "devDependencies": {
    "@types/google-libphonenumber": "^7.4.16",
    "@types/jest": "^23.3.1",
    "@types/luxon": "^1.4.0",
    "@types/node": "10.12.2",
    "@types/validator": "^9.4.1",
    "jest": "^23.5.0",
    "jshint": "^2.9.6",
    "npm": "6.4.0",
    "prettier": "^1.14.2",
    "rimraf": "2.6.2",
    "ts-jest": "^23.1.4",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "1.15.0",
    "typescript": "3.0.1"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/src/([^/]+/)*__tests__/([^/]+/)*[^/]+\\.(test|spec))\\.[jt]sx?$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/brandheroes/brandheroes-shared-project.git"
  }
}
