{
  "name": "didox",
  "version": "1.0.6",
  "homepage": "https://didox.mirzaev.uz",
  "description": "Node.js SDK to simplify integration with Didox EDO platform in Uzbekistan.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/mirzaevoff/issues",
    "email": "info@mirzaev.uz"
  },
  "author": {
    "name": "Ahrorbek Mirzaev",
    "url": "https://github.com/mirzaevoff",
    "email": "info@mirzaev.uz"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mirzaevoff/didox.git"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "didox",
    "didox-uzbekistan",
    "edo",
    "electronic-document-management",
    "uzbekistan",
    "api",
    "sdk",
    "typescript"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0"
  }
}
