mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 05:07:58 -05:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"name": "@arx-research/halocli",
|
|
"version": "1.16.1",
|
|
"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"
|
|
},
|
|
"pkg": {
|
|
"scripts": "*.bundle.cjs",
|
|
"assets": [
|
|
"build/pcsclite.node",
|
|
"assets/**",
|
|
"halotools_version.json"
|
|
],
|
|
"targets": [
|
|
"node20"
|
|
],
|
|
"outputPath": "dist"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@arx-research/libhalo": "workspace:*",
|
|
"argparse": "^2.0.1",
|
|
"bufferutil": "^4.0.9",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"nfc-pcsc": "^0.8.1",
|
|
"nunjucks": "^3.2.4",
|
|
"open": "^10.1.1",
|
|
"promise-socket": "^8.0.0",
|
|
"websocket": "^1.0.35",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.0",
|
|
"@types/argparse": "^2.0.17",
|
|
"@types/express": "^5.0.1",
|
|
"@types/jsonwebtoken": "^9.0.9",
|
|
"@types/nunjucks": "^3.2.6",
|
|
"@types/ws": "^8.18.1",
|
|
"@yao-pkg/pkg": "^6.11.0",
|
|
"eslint": "^9.25.0",
|
|
"resedit": "^2.0.3",
|
|
"ts-loader": "^9.5.2",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.30.1",
|
|
"webpack": "^5.99.6",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|