mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
* xml2js, `emptyTag` property: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59259 * semver `parse` `includePrerelease` property: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61586#discussion_r939877412 * commander use needed to be declared for hextobin
28 lines
521 B
JSON
28 lines
521 B
JSON
{
|
|
"name": "@keymanapp/hextobin",
|
|
"description": "hextobin conversion tool",
|
|
"keywords": [
|
|
"keyman",
|
|
"hex",
|
|
"binary"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^5.1.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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.18"
|
|
}
|
|
}
|