-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "overpoweredjs",
"version": "0.0.1",
"description": "An even more powerful browser fingerprinting library for creating persistent, unique and long-lasting digital fingerprints.",
"main": "./dist/opjs.js",
"module": "./dist/opjs.esm.js",
"types": "./dist/opjs.d.ts",
"scripts": {
"build-for-cdn": "npx webpack",
"build-module": "tsc",
"build": "npm run build-for-cdn && npm run build-module"
},
"keywords": [
"browser",
"fingerprinting",
"browser fingerprinting",
"browser-fingerprinting",
"browserfingerprinting",
"chrome",
"chromium",
"safari",
"firefox",
"msie",
"ie",
"internet explorer",
"internet-explorer",
"internetexplorer",
"edge",
"opera",
"brave"
],
"author": "Joe Rutkowski (Joe12387)",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.6.0",
"globals": "^15.9.0",
"import-fresh": "^3.3.0",
"prettier": "^3.2.5",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.1.4"
}
}