Files
libhalo/package.json
Michał Leszczyński 68fcc4b02f Bump version to 1.0.3 (#6)
2023-03-01 21:58:14 +01:00

26 lines
627 B
JSON

{
"name": "@arx-research/libhalo",
"version": "1.0.3",
"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"
}
}