UNPKG

@qnaplus/node-curl-impersonate

Version:

A typescript wrapper around cURL-impersonate.

48 lines (47 loc) 1.28 kB
{ "name": "@qnaplus/node-curl-impersonate", "version": "1.0.1", "description": "A typescript wrapper around cURL-impersonate.", "main": "dist/index.js", "scripts": { "build": "tsc", "build:clean": "yarn clean && yarn build", "clean": "rm -rf dist", "lint": "eslint src/**", "lint:fix": "yarn lint --fix", "neat": "yarn lint:fix && yarn pretty", "pretty": "prettier . --write", "pretty:check": "prettier . --check", "test": "jest", "test:clean": "yarn clean && yarn build && yarn test" }, "keywords": [ "web-scraping", "tls-fingerprinting", "curl-impersonate", "typescript" ], "author": "battlesquid", "license": "MIT", "devDependencies": { "@eslint/js": "^9.10.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.5", "@types/node": "^20.5.9", "eslint": "^9.10.0", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "5.5.4", "typescript-eslint": "^8.6.0" }, "volta": { "node": "20.11.0", "yarn": "1.22.22" }, "files": [ "dist", "bin" ] }