-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 913 Bytes
/
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
{
"name": "hashed-device-fingerprint-js",
"version": "1.5.3",
"homepage": "https://moumen-soliman.github.io/hashed-device-fingerprint-docs/",
"description": "A lightweight library for generating hashed fingerprints based on selected device data.",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "node build.js",
"test": "node test/index.test.js"
},
"keywords": [
"fingerprint",
"hash",
"sha256",
"javascript",
"typescript",
"sha",
"sha2",
"sha224",
"hash",
"encryption",
"cryptography",
"HMAC"
],
"author": "Moumen Soliman",
"license": "MIT",
"devDependencies": {
"js-sha256": "^0.11.0",
"@types/node": "^22.9.0",
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/moumen-soliman/hashed-device-fingerprint-js"
}
}