Files
libhalo/cli/package.json
2023-03-18 14:14:41 +01:00

51 lines
1.1 KiB
JSON

{
"name": "@arx-research/halocli",
"version": "1.1.11",
"description": "HaLo Command Line Interface Tool for PC/SC",
"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": "cli.js",
"bin": "cli.js",
"pkg": {
"targets": [
"node16"
],
"outputPath": "dist",
"assets": [
"node_modules/@pokusew/pcsclite/build/Release/pcsclite.node"
]
},
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"nfc-pcsc": "^0.8.1",
"ws": "^8.13.0"
},
"devDependencies": {
"pkg": "^5.8.0"
}
}