mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 13:48:08 -05:00
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "@arx-research/libhalo",
|
|
"version": "1.0.0",
|
|
"description": "LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop.",
|
|
"main": "index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"buffer": "^6.0.3",
|
|
"elliptic": "^6.5.4",
|
|
"ethers": "^5.5.4",
|
|
"js-sha256": "^0.9.0",
|
|
"query-string": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|