@keymanapp/kmc-keyboard-info
Version:
Keyman Developer .keyboard_info compiler
53 lines (52 loc) • 1.17 kB
JSON
{
"name": "@keymanapp/kmc-keyboard-info",
"description": "Keyman Developer .keyboard_info compiler",
"keywords": [
"keyboard",
"keyman",
"unicode"
],
"type": "module",
"exports": {
".": "./build/src/index.js"
},
"files": [
"/build/src/"
],
"scripts": {
"build": "tsc -b",
"lint": "eslint .",
"test": "npm run lint"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"dependencies": {
"@keymanapp/common-types": "17.0.330",
"@keymanapp/developer-utils": "17.0.330",
"@keymanapp/kmc-package": "17.0.330"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^5.2.7",
"@types/node": "^20.4.1",
"c8": "^7.12.0",
"chai": "^4.3.4",
"chalk": "^2.4.2",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.9.5"
},
"mocha": {
"spec": "build/test/**/test-*.js",
"require": [
"source-map-support/register"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"version": "17.0.330"
}