UNPKG

anil-brd-typescript-sdk

Version:

TypeScript SDK for Bright Data APIs - Web Unlocker, SERP, and Scraper APIs

56 lines 1.4 kB
{ "name": "anil-brd-typescript-sdk", "version": "1.0.1", "description": "TypeScript SDK for Bright Data APIs - Web Unlocker, SERP, and Scraper APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build && npm run lint", "dev": "nodemon" }, "keywords": [ "brightdata", "web-scraping", "unlocker", "serp", "scraper", "typescript", "proxy" ], "author": "Bright Data", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/[your-org]/brightdata-typescript-sdk.git" }, "homepage": "https://brightdata.com", "engines": { "node": ">=14.0.0" }, "dependencies": { "axios": "^1.9.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "@types/axios": "^0.9.36", "@types/node": "^22.15.29", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "dotenv": "^16.5.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "globals": "^16.2.0", "nodemon": "^3.1.10", "prettier": "^3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0" } }