{
  "name": "apify-tiktok",
  "version": "1.0.0",
  "description": "Project for scraping/processing TikTok data using Apify.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "tsx src/index.ts",
    "spike": "tsx src/spike.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "module",
  "dependencies": {
    "apify-client": "^2.21.0",
    "date-fns": "^4.1.0",
    "dotenv": "^17.2.3"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}