{
  "version": "2.4.1",
  "description": "A simple package to help with some common tasks",
  "name": "@opens/utils",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./core": {
      "import": "./dist/core/index.mjs",
      "require": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    },
    "./domain": {
      "import": "./dist/domain/index.mjs",
      "require": "./dist/domain/index.js",
      "types": "./dist/domain/index.d.ts"
    },
    "./domain/value-objects": {
      "import": "./dist/domain/value-objects/index.mjs",
      "require": "./dist/domain/value-objects/index.js",
      "types": "./dist/domain/value-objects/index.d.ts"
    },
    "./infra": {
      "import": "./dist/infra/index.mjs",
      "require": "./dist/infra/index.js",
      "types": "./dist/infra/index.d.ts"
    },
    "./infra/joi": {
      "import": "./dist/infra/joi/index.mjs",
      "require": "./dist/infra/joi/index.js",
      "types": "./dist/infra/joi/index.d.ts"
    }
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "dev": "tsup --watch",
    "build": "tsup --dts",
    "test:unit": "vitest run",
    "test:e2e": "echo 'No e2e tests for this package'",
    "test:pact": "echo 'No pact tests for this package'"
  },
  "tsup": {
    "entry": [
      "src"
    ],
    "splitting": false,
    "sourcemap": true,
    "clean": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/snepdev/pkg_utils.git"
  },
  "author": "Opens Tecnologia",
  "license": "MIT",
  "bugs": {
    "url": "https://bitbucket.org/snepdev/pkg_utils/issues"
  },
  "homepage": "https://bitbucket.org/snepdev/pkg_utils#readme",
  "devDependencies": {
    "@aws-sdk/types": "^3.862.0",
    "@opens/devops-cli": "^0.0.5",
    "@types/node": "^22.19.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^3.0.7"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.856.0",
    "htmlparser2": "10.0.0",
    "isomorphic-dompurify": "2.25.0",
    "joi": "18.0.1",
    "libphonenumber-js": "1.12.5",
    "uuid": "11.1.0"
  }
}