{
  "name": "@tikcrm/tiktok-sdk",
  "version": "0.1.7",
  "description": "TikTok SDK by TikCRM",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "rollup -c -w",
    "build": "rollup -c --bundleConfigAsCjs && tsc -d --emitDeclarationOnly --declarationDir dist"
  },
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "axios": "^1.8.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@rollup/plugin-url": "^8.0.1",
    "@types/node": "^22.14.1",
    "babel-loader": "^9.1.2",
    "rollup": "^3.17.3",
    "tslib": "^2.6.2",
    "typescript": "^4.6.4"
  }
}
