{
  "name": "@trayio/commons",
  "version": "5.30.0",
  "description": "Extensions to the standard/core libraries and basic features",
  "exports": {
    "./*": "./dist/*.js"
  },
  "author": "Tray.io",
  "license": "MIT",
  "engines": {
    "node": ">=18.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/formidable": "3.4.5",
    "@types/mime-types": "^2.1.4",
    "@types/node": "18.11.9",
    "@types/uuid": "9.0.2",
    "ajv": "^8.12.0",
    "ajv-draft-04": "^1.0.0",
    "ajv-formats": "^2.1.1",
    "deep-copy-ts": "^0.5.4",
    "formidable": "3.5.1",
    "fp-ts": "2.12.3",
    "fs-extra": "11.3.4",
    "generate-schema": "^2.6.0",
    "io-ts": "2.2.20",
    "io-ts-reporters": "2.0.1",
    "io-ts-types": "0.5.19",
    "lodash": "4.18.1",
    "mime-types": "^2.1.35",
    "monocle-ts": "2.3.13",
    "newtype-ts": "0.3.5",
    "uuid": "9.0.0",
    "zod": "3.23.5"
  },
  "typesVersions": {
    "*": {
      "*": [
        "*",
        "dist/*"
      ]
    }
  },
  "files": [
    "/dist"
  ]
}