mirror of
https://github.com/arx-research/libhalo.git
synced 2026-05-09 03:00:08 -04:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@arx-research/halocli",
|
|
"version": "1.1.3",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"pkg": "^5.8.0"
|
|
}
|
|
}
|