Files
libhalo/cli/package.json
2023-06-05 19:30:56 +02:00

60 lines
1.3 KiB
JSON

{
"name": "@arx-research/halocli",
"version": "1.2.2",
"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": "entry_cli.js",
"bin": "entry_cli.js",
"pkg": {
"targets": [
"node18"
],
"outputPath": "dist",
"assets": [
"node_modules/@pokusew/pcsclite/build/Release/pcsclite.node",
"assets/**"
]
},
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"nfc-pcsc": "^0.8.1",
"nunjucks": "^3.2.3",
"open": "^8.4.2",
"websocket-as-promised": "^2.0.1",
"ws": "^8.13.0"
},
"devDependencies": {
"pkg": "^5.8.1",
"resedit": "^2.0.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
}
}