mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
22 lines
401 B
JSON
22 lines
401 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"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "echo configured > .configured"
|
|
}
|
|
}
|