{ "name": "@arx-research/halocli", "version": "1.12.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", "reload-libhalo": "cd ../core && ./node_modules/.bin/tsc && cd ../cli && yarn add ../core" }, "dependencies": { "@arx-research/libhalo": "../core", "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.4.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" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }