-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.23 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "parallaxapis-sdk-ts",
"version": "1.1.4",
"description": "ParallaxAPIs SDK",
"homepage": "https://www.parallaxsystems.io/join?s=npm",
"repository": "https://github.com/ParallaxAPIs/parallaxapis-sdk-ts",
"author": "ParallaxSystems <info@parallaxsystems.io>",
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"src",
"dist",
"README.md",
"LICENSE",
"tsup.config.ts",
"tsconfig.json"
],
"scripts": {
"build": "tsup"
},
"keywords": [
"perimeterx",
"datadome",
"web scraping",
"bot detection",
"anti-bot",
"bypass",
"captcha solver",
"typescript",
"javascript",
"nodejs",
"automation",
"headless browser",
"sensor data",
"challenge solver",
"cookie generation",
"fingerprinting",
"crawlers",
"bot mitigation",
"sdk",
"request-based"
],
"devDependencies": {
"@types/bun": "latest",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/got": "^9.6.12",
"got": "^14.4.7",
"undici": "^7.16.0"
},
"publishConfig": {
"access": "public"
}
}