spiegel-keyman/core/include/ldml/package.json
Marc Durdin 5e296c98af feat(core): turn @keymanapp/ldml-keyboard-constants into a module
Splits the building of keyboardprocessor_ldml.h into a separate
tsconfig.build.json, and designates keyboardprocessor_ldml.ts as a new
Typescript/Node module @keymanapp/ldml-keyboard-constants.

Includes an example usage in the (currently unused) kmx-plus.ts.
2022-08-24 14:10:20 +10:00

16 lines
343 B
JSON

{
"name": "@keymanapp/ldml-keyboard-constants",
"description": "Keyman LDML keyboard constants",
"keywords": [
"keyboard",
"keyman",
"ldml",
"unicode"
],
"license": "MIT",
"main": "build/keyboardprocessor_ldml.js",
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
}
}