{
  "name": "@bestieapp/tiktok-marketing-api",
  "version": "0.0.2",
  "description": "Marketing API for TikTok",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build",
    "lint": "eslint src/**/* --ext .ts",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git@ssh.dev.azure.com:v3/agencywithin/AWPL/tiktok-api"
  },
  "keywords": [
    "TikTok"
  ],
  "files": [
    "build/**/*"
  ],
  "author": "Bestie",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^18.7.9",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "eslint": "^8.22.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "form-data": "^4.0.0"
  }
}