forked from damianobarbati/get-browser-fingerprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 838 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
{
"name": "get-browser-fingerprint",
"version": "5.1.1",
"author": "Damiano Barbati <damiano.barbati@gmail.com> (https://github.com/damianobarbati)",
"repository": "https://github.com/damianobarbati/get-browser-fingerprint",
"license": "MIT",
"packageManager": "pnpm@10.28.2",
"engines": {
"node": ">=25.6",
"pnpm": ">=10.28"
},
"type": "module",
"main": "src/index.js",
"files": [
"README.md",
"package.json",
"src/index.js",
"src/index.d.ts"
],
"types": "./src/index.d.ts",
"scripts": {
"postinstall": "pnpm audit --audit-level critical",
"lint": "biome check --write",
"test": "node --test --test-reporter=spec --test-reporter-destination=stdout"
},
"devDependencies": {
"@biomejs/biome": "^2.4.0",
"@playwright/test": "^1.58.2",
"serve": "^14.2.5"
}
}