Files
libhalo/package.json
2024-07-09 20:49:32 +02:00

53 lines
1.3 KiB
JSON

{
"name": "@arx-research/libhalo",
"version": "1.4.0",
"description": "LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.",
"contributors": [
{
"name": "Michal Leszczynski",
"email": "ml@arx.sh",
"url": "https://github.com/icedevml"
},
{
"name": "Cameron Robertson",
"email": "cameron@arx.sh",
"url": "https://github.com/ccamrobertson"
}
],
"keywords": [
"blockchain",
"ethereum",
"bitcoin",
"nfc"
],
"license": "MIT",
"homepage": "https://github.com/arx-research/libhalo#readme",
"bugs": {
"url": "https://github.com/arx-research/libhalo/issues/new/choose"
},
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"argparse": "^2.0.1",
"buffer": "^6.0.3",
"elliptic": "^6.5.5",
"ethers": "^6.13.1",
"jose": "^5.6.3",
"js-sha256": "^0.11.0",
"pbkdf2": "^3.1.2",
"qrcode": "^1.5.3",
"query-string": "^9.0.0",
"websocket-as-promised": "^2.1.0"
},
"devDependencies": {
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}