mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
25 lines
463 B
JSON
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"
|
|
}
|
|
}
|