UNPKG

python-proxy-scraper-client

Version:

A TypeScript client for interacting with a Python proxy scraper service

51 lines (50 loc) 1.17 kB
{ "name": "python-proxy-scraper-client", "version": "1.0.38", "description": "A TypeScript client for interacting with a Python proxy scraper service", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "test": "jest", "build": "tsc", "start": "node dist/main.js", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "proxy", "scraper", "typescript", "client", "blockchain", "crypto", "trading" ], "author": "", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/bibbycodes/scraper-client.git" }, "bugs": { "url": "https://github.com/bibbycodes/scraper-client/issues" }, "homepage": "https://github.com/bibbycodes/scraper-client#readme", "dependencies": { "dotenv": "^16.4.7", "node-fetch": "^2.6.9" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@types/node-fetch": "^2.6.11", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.3.3" } }