mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Relates to #10150. Makes the various Messages classes in kmc modules accessible to other modules. Some file renames involved to reduce confusion. No functional changes. Fixes kmc-analyze metadata. See #10254 for a related future fix.
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "@keymanapp/kmc-analyze",
|
|
"description": "Keyman Developer Compiler Module - keyboard analysis tools",
|
|
"keywords": [
|
|
"keyboard",
|
|
"keyman",
|
|
"unicode"
|
|
],
|
|
"scripts": {
|
|
"build": "gosh ./build.sh build",
|
|
"test": "gosh ./build.sh test"
|
|
},
|
|
"type": "module",
|
|
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"exports": {
|
|
".": "./build/src/index.js"
|
|
},
|
|
"files": [
|
|
"build/src/"
|
|
],
|
|
"dependencies": {
|
|
"@keymanapp/common-types": "*",
|
|
"@keymanapp/kmc-kmn": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "*",
|
|
"@types/chai": "^4.1.7",
|
|
"@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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
}
|
|
}
|