{
  "name": "@bagubagu/utils",
  "version": "1.13.0",
  "description": "Bagubagu Utilities",
  "main": "lib/index.js",
  "typings": "lib/index",
  "module": "lib.es2015/index.js",
  "jsnext.main": "lib.es2015/index.js",
  "scripts": {
    "build": "tsc -p . && tsc -p tsconfig.es2015.json",
    "preversion": "npm run build",
    "postversion": "git push --follow-tags && npm publish --access=public",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "files": [
    "lib/",
    "lib.es2015/"
  ],
  "jest": {
    "roots": [
      "<rootDir>/src"
    ],
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ]
  },
  "repository": {
    "url": "https://github.com/bagubagu/utils.git",
    "type": "git"
  },
  "author": "Bagubagu Studio (https://bagubagu.com)",
  "license": "MIT",
  "devDependencies": {
    "@types/faker": "^4.1.0",
    "@types/firebase": "^2.4.31",
    "@types/google-libphonenumber": "^7.4.17",
    "@types/jest": "^19.2.2",
    "@types/node": "^7.0.13",
    "aws-sdk": "^2.291.0",
    "jest": "^24.7.1",
    "ts-jest": "^24.0.2",
    "ts-node": "^3.0.2",
    "typescript": "^3.4.3"
  },
  "dependencies": {
    "google-libphonenumber": "^3.2.2",
    "is-online": "^8.2.0",
    "isemail": "^3.2.0"
  }
}
