forked from wearrrrr/curl-impersonate-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@screenshotbuddy/node-curl-impersonate",
"version": "1.0.7",
"description": "A wrapper around cURL-impersonate, a binary which can be used to bypass TLS fingerprinting.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "npx tsc",
"publish": "npm publish --access public"
},
"keywords": [
"web-scraping",
"tls-fingerprinting",
"curl-impersonate",
"typescript"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
},
"dependencies": {
"ts-node": "^10.9.2"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/screenshotbuddy/curl-impersonate-node.git"
}
}