spiegel-keyman/common/tools/hextobin/package.json

19 lines
330 B
JSON

{
"name": "@keymanapp/hextobin",
"description": "hextobin conversion tool",
"type": "module",
"private": true,
"keywords": [
"keyman",
"hex",
"binary"
],
"license": "MIT",
"dependencies": {
"commander": "^5.1.0"
},
"main": "build/index.js",
"bin": {
"hextobin": "build/hextobin.js"
}
}