{
  "name": "pgfaker",
  "version": "2.1.2",
  "description": "Tool for dumping/exporting your postgres database's table data with custom masking rules.",
  "main": "./lib/src/index.js",
  "type": "module",
  "bugs": "https://github.com/imanpalsingh/pg-faker/issues",
  "homepage": "https://github.com/imanpalsingh/pg-faker",
  "keywords": [
    "pg",
    "anonymizer",
    "mask",
    "faker",
    "pgfaker",
    "database"
  ],
  "scripts": {
    "lint": "eslint . --ext .ts",
    "build": "rm -rf lib && tsc -b",
    "refresh": "tsc -b",
    "test": "jest",
    "prepare": "npm run build && husky install",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "bin": {
    "pgfaker": "./lib/src/index.js"
  },
  "author": "Imanpal Singh",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^28.1.4",
    "@types/node": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.15.0",
    "eslint-config-google": "^0.14.0",
    "husky": "^8.0.1",
    "jest": "^28.1.0",
    "ts-jest": "^28.0.2",
    "typescript": "^5.0.3"
  },
  "types": "./lib/src/index.d.ts",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.1.0",
    "tslib": "^2.3.1"
  },
  "repository": {
    "url": "https://github.com/imanpalsingh/pg-faker.git",
    "type": "git"
  }
}
