spiegel-keyman/common/tools/hextobin/package.json
Marc Durdin 702db90a71 feat(core): add version field to meta
Also adds semver package for validating the version field.
2022-09-02 14:13:10 +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"
}
}