{
  "version": "1.16.14",
  "description": "A simple package to help with some common tasks",
  "name": "@opens/gateways",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*/contracts/index.d.ts",
      "import": "./dist/*/contracts/index.mjs",
      "require": "./dist/*/contracts/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "dev": "tsup --watch",
    "build": "tsup --dts --format esm,cjs"
  },
  "tsup": {
    "entry": [
      "src/index.ts",
      "src/*/contracts/index.ts"
    ],
    "sourcemap": true,
    "splitting": false
  },
  "engines": {
    "node": ">=18"
  },
  "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": {
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "vitest": "^3.0.7"
  },
  "dependencies": {
    "axios": "^1.18.0"
  }
}
