spiegel-keyman/common/tools/hextobin/package.json
2023-10-04 11:50:28 +07:00

22 lines
388 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"
},
"devDependencies": {
"@types/node": "^18.7.18"
}
}