spiegel-keyman/common/tools/hextobin/package.json
2022-09-02 15:06:02 +10:00

25 lines
463 B
JSON

{
"name": "@keymanapp/hextobin",
"description": "hextobin conversion tool",
"keywords": [
"keyman",
"hex",
"binary"
],
"license": "MIT",
"dependencies": {
"commander": "^3.0.0"
},
"main": "build/index.js",
"bin": {
"hextobin": "build/hextobin.js"
},
"scripts": {
"clean": "tsc -b --clean",
"build": "tsc -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
}
}