{
  "name": "@terascope/data-mate",
  "displayName": "Data-Mate",
  "version": "2.16.0",
  "description": "Library of data validations/transformations",
  "homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terascope/teraslice.git"
  },
  "license": "MIT",
  "author": "Terascope, LLC <info@terascope.io>",
  "sideEffects": false,
  "type": "module",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "directories": {
    "lib": "dist/src",
    "test": "test"
  },
  "files": [
    "dist/src/**/*"
  ],
  "dependencies": {
    "@faker-js/faker": "^10.5.0",
    "@turf/random": "~7.3.5",
    "@types/validator": "~13.15.10",
    "awesome-phonenumber": "~7.8.0",
    "big-json": "~3.2.0",
    "chance": "~1.1.13",
    "date-fns": "~4.4.0",
    "ip-bigint": "~9.0.6",
    "jexl": "~2.3.0",
    "mnemonist": "~0.40.4",
    "randexp": "^0.5.3",
    "uuid": "~14.0.1",
    "valid-url": "~1.0.9",
    "validator": "~13.15.35",
    "@terascope/core-utils": "~2.15.0",
    "@terascope/ip-utils": "~2.16.0",
    "@terascope/data-types": "~2.15.0",
    "@terascope/geo-utils": "~2.15.0",
    "@terascope/types": "~2.14.0",
    "xlucene-parser": "~2.16.0"
  },
  "devDependencies": {
    "@types/big-json": "~3.2.5",
    "@types/chance": "^1.1.8",
    "@types/jexl": "^2.3.4",
    "@types/valid-url": "~1.0.7",
    "benchmark": "~2.1.4",
    "jest-extended": "~7.0.0"
  },
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=11.3.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "srcMain": "src/index.ts",
  "terascope": {
    "enableTypedoc": true,
    "testSuite": "unit"
  },
  "scripts": {
    "benchmark": "pnpm build && node bench/index.js",
    "build": "tsc --build",
    "build:watch": "pnpm build --watch",
    "test": "node ../scripts/bin/ts-scripts test ../data-mate --",
    "test:debug": "node ../scripts/bin/ts-scripts test --debug ../data-mate --",
    "test:watch": "node ../scripts/bin/ts-scripts test --watch ../data-mate --"
  }
}