{
  "name": "tiktokshops-api-client",
  "version": "1.1.0",
  "description": "TikTok Shop Open API client for TypeScript",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "npm run clean && tsc",
    "prepack": "npm run build",
    "test": "npm run build && node --test test/*.test.js",
    "coverage": "npm run build && node --test --experimental-test-coverage test/*.test.js"
  },
  "keywords": [
    "tiktok",
    "tiktok-shop",
    "tiktokshops",
    "tiktok-shop-api",
    "typescript"
  ],
  "author": "PKMM97",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phamkhanhminhman97/shopee-tiktok-lazada-monorepo.git",
    "directory": "packages/tiktokshops-api-client"
  },
  "bugs": {
    "url": "https://github.com/phamkhanhminhman97/shopee-tiktok-lazada-monorepo/issues"
  },
  "homepage": "https://github.com/phamkhanhminhman97/shopee-tiktok-lazada-monorepo/tree/main/packages/tiktokshops-api-client#readme",
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "axios": "^1.6.2",
    "crypto-js": "^4.2.0",
    "form-data": "^4.0.6"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "typescript": "^5.3.3"
  }
}
