{
  "name": "@alphabite/econt-monorepo",
  "version": "1.1.2",
  "description": "Monorepo for Econt SDK and Types",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "npm run build --workspaces",
    "build:types": "npm run build -w @alphabite/econt-types",
    "build:sdk": "npm run build -w @alphabite/econt-sdk",
    "dev": "npm run dev -w @alphabite/econt-sdk",
    "test": "npm run test -w @alphabite/econt-sdk",
    "test:watch": "npm run test:watch -w @alphabite/econt-sdk",
    "test:ui": "npm run test:ui -w @alphabite/econt-sdk",
    "typecheck": "npm run typecheck --workspaces",
    "clean": "npm run clean --workspaces --if-present"
  },
  "keywords": [
    "econt",
    "shipping",
    "bulgaria",
    "logistics",
    "courier",
    "delivery",
    "sdk",
    "api",
    "typescript",
    "cache",
    "nomenclatures"
  ],
  "author": "Alphabite",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/alphabite-dev/econt-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/alphabite-dev/econt-sdk/issues"
  },
  "homepage": "https://github.com/alphabite-dev/econt-sdk#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "axios": "^1.6.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@vitest/ui": "^4.0.3",
    "dotenv": "^17.2.3",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vitest": "^4.0.3"
  }
}
