{
  "name": "crawlbase",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "tsc": "rm -f index.d.ts && rm -f src/*.d.ts && tsc --allowJs -d --emitDeclarationOnly index.js",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/crawlbase-source/crawlbase-node.git"
  },
  "author": "Crawlbase <info@crawlbase.com>",
  "keywords": [
    "scraping",
    "crawling",
    "scraper",
    "scrape",
    "crawler",
    "crawlbase",
    "scraping-websites",
    "scraping-framework",
    "crawlbase-api",
    "leads",
    "leads-api"
  ],
  "bugs": {
    "url": "https://github.com/crawlbase-source/crawlbase-node/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/crawlbase-source/crawlbase-node",
  "devDependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "eslint": "^9.5.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "husky": "^9.0.11",
    "prettier": "^3.3.2",
    "typescript": "^5.4.5"
  },
  "types": "./index.d.ts"
}
