mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
97 lines
2.5 KiB
JSON
97 lines
2.5 KiB
JSON
{
|
|
"name": "@arx-research/libhalo",
|
|
"version": "1.10.15",
|
|
"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": "./lib.esm/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"require": "./lib.commonjs/index.js",
|
|
"import": "./lib.esm/index.js"
|
|
},
|
|
"./api/common": {
|
|
"require": "./lib.commonjs/api/common.js",
|
|
"import": "./lib.esm/api/common.js"
|
|
},
|
|
"./api/desktop": {
|
|
"require": "./lib.commonjs/api/desktop.js",
|
|
"import": "./lib.esm/api/desktop.js"
|
|
},
|
|
"./api/react-native": {
|
|
"require": "./lib.commonjs/api/react-native.js",
|
|
"import": "./lib.esm/api/react-native.js"
|
|
},
|
|
"./api/web": {
|
|
"require": "./lib.commonjs/api/web.js",
|
|
"import": "./lib.esm/api/web.js"
|
|
},
|
|
"./types": {
|
|
"require": "./lib.commonjs/types.js",
|
|
"import": "./lib.esm/types.js"
|
|
},
|
|
"./__tests": {
|
|
"require": "./lib.commonjs/halo/tests.js",
|
|
"import": "./lib.esm/halo/tests.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"install-peers": "install-peers"
|
|
},
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"elliptic": "^6.6.1",
|
|
"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",
|
|
"strongly-typed-events": "^3.0.11",
|
|
"websocket-as-promised": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"viem": "^2.23.10"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.7.0",
|
|
"@types/elliptic": "^6.4.18",
|
|
"@types/pbkdf2": "^3.1.2",
|
|
"@types/qrcode": "^1.5.5",
|
|
"crypto-browserify": "^3.12.0",
|
|
"eslint": "^9.22.0",
|
|
"install-peers-cli": "^2.2.0",
|
|
"process": "^0.11.10",
|
|
"stream-browserify": "^3.0.0",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^7.16.0",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|