{
  "name": "onlyfans-scraper",
  "version": "0.3.3",
  "description": "code",
  "main": "dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist/**"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codeledge/onlyfans-scraper.git"
  },
  "keywords": [
    "onlyfans"
  ],
  "author": "mshd",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/codeledge/onlyfans-scraper/issues"
  },
  "homepage": "https://github.com/codeledge/onlyfans-scraper#readme",
  "dependencies": {
    "axios": "^1.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@jest/globals": "^29.3.1",
    "@types/jest": "^29.2.5",
    "@types/node": "^18.11.15",
    "dotenv": "^16.0.3",
    "jest": "^29.3.1",
    "ts-node": "^10.9.1",
    "tsup": "^6.5.0",
    "typescript": "^4.9.4"
  },
  "scripts": {
    "build": "tsup src/index.ts --dts",
    "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
    "lint": "TIMING=1 eslint src --fix",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "prepublish": "pnpm build",
    "test": "jest --setupFiles dotenv/config"
  }
}