@novashield/client
Version:
Device fingerprinting
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "@novashield/client",
"version": "1.0.5",
"description": "Device fingerprinting",
"main": "dist/novashield.min.js",
"browser": "dist/novashield.min.js",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE.txt"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"No test specified\" && exit 0"
},
"homepage": "https://novashield.io",
"keywords": [
"fingerprinting",
"novashield",
"novapret",
"fingerprintjs"
],
"author": {
"name": "Nova Prêt inc.",
"email": "info@novapret.com",
"url": "https://novapret.com"
},
"contributors": [
{
"name": "Michaël Ménard",
"email": "hello@mikemenard.com",
"url": "https://mikemenard.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/novapret/novashield-client.git"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro": "^3.11.5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.28.0"
}
}