{
  "name": "kiotviet-client-sdk",
  "version": "0.4.0",
  "description": "Node.js SDK for KiotViet Retail Public API with automatic token management and TypeScript support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepublishOnly": "npm run format && npm run docs && npm run build",
    "prepare": "npm run build",
    "docs": "typedoc --entryPoints src/index.ts --out docs"
  },
  "keywords": [
    "kiotviet",
    "retail",
    "api",
    "sdk",
    "typescript",
    "ecommerce",
    "pos"
  ],
  "author": {
    "name": "Phong H.",
    "email": "huyphongbn24@gmail.com",
    "url": "https://github.com/doivjpxx"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doivjpxx/kiotviet-client-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/doivjpxx/kiotviet-client-sdk/issues"
  },
  "homepage": "https://github.com/doivjpxx/kiotviet-client-sdk#readme",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.30",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.5.3",
    "typedoc": "^0.28.1",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "axios": "^1.16.1"
  }
}
