-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
77 lines (77 loc) · 2.38 KB
/
package.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "fingerprint-suite",
"private": true,
"version": "2.1.57",
"description": "",
"workspaces": [
"packages/*"
],
"keywords": [
"apify",
"headless",
"chrome",
"puppeteer",
"crawler",
"scraper"
],
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://apify.com"
},
"contributors": [
"Jan Curn <jan@apify.com>",
"Marek Trunkat <marek@apify.com>",
"Ondra Urban <ondra@apify.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/fingerprint-suite"
},
"bugs": {
"url": "https://github.com/apify/fingerprint-suite/issues"
},
"scripts": {
"clean": "turbo run clean",
"build": "turbo run build",
"postbuild": "node ./scripts/typescript_fixes.mjs",
"prerelease": "npm run build -- --force && turbo run copy --force --concurrency=1",
"release": "./scripts/publish.sh",
"test": "jest --silent",
"lint": "eslint packages/*/src test",
"lint:fix": "eslint packages/*/src test --fix",
"buildNetwork": "turbo run build && ./scripts/netgen.sh && turbo run build",
"benchmark": "ts-node ./test/antibot-services/live-testing/cloudflare.ts"
},
"devDependencies": {
"@apify/eslint-config-ts": "^0.4.1",
"@apify/tsconfig": "^0.1.0",
"@types/adm-zip": "^0.5.0",
"@types/jest": "^29.0.0",
"@types/node": "^22.0.0",
"@types/node-fetch": "^2.6.1",
"@types/puppeteer": "^5.4.4",
"@types/useragent": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"browserslist": "^4.21.1",
"eslint": "^8.14.0",
"fast-csv": "^5.0.0",
"gen-esm-wrapper": "^1.1.3",
"globby": "^14.0.0",
"husky": "^9.0.0",
"playwright": "^1.25.1",
"playwright-extra": "^4.3.5",
"puppeteer": "^22.13.0",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"puppeteer-extra-plugin-user-preferences": "^2.4.1",
"rimraf": "^6.0.0",
"semver": "^7.3.8",
"ts-jest": "^29.0.0",
"ts-node": "^10.8.0",
"turbo": "^1.2.14",
"typescript": "^5.0.0"
},
"packageManager": "npm@10.9.0"
}