Files
libhalo/cli/package.json
2024-07-14 19:45:24 +02:00

63 lines
1.4 KiB
JSON

{
"name": "@arx-research/halocli",
"version": "1.4.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"
},
"pkg": {
"targets": [
"node20"
],
"outputPath": "dist",
"assets": [
"build/pcsclite.node",
"assets/**",
"halotools_version.json"
]
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"reload-libhalo": "cd ../core && ./node_modules/.bin/tsc && cd ../cli && yarn add ../core"
},
"dependencies": {
"@arx-research/libhalo": "../core",
"bufferutil": "^4.0.8",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nfc-pcsc": "^0.8.1",
"nunjucks": "^3.2.4",
"open": "^10.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@yao-pkg/pkg": "^5.12.0",
"resedit": "^2.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}