mirror of
https://github.com/arx-research/libhalo.git
synced 2026-05-09 03:00:08 -04:00
25 lines
471 B
JSON
25 lines
471 B
JSON
{
|
|
"name": "@arx-research/halocli",
|
|
"version": "1.0.6",
|
|
"description": "Halo CLI",
|
|
"main": "cli.js",
|
|
"bin": "cli.js",
|
|
"pkg": {
|
|
"outputPath": "dist",
|
|
"assets": [
|
|
"node_modules/@pokusew/pcsclite/build/Release/pcsclite.node"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nfc-pcsc": "^0.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"pkg": "^5.8.0"
|
|
}
|
|
}
|