mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 11:25:34 +00:00
Defines kmx binary structures and wireframe builder to emit a .kmx file. Currently the builder will emit a roughly correct header. Next steps are to build a .kmx file with stores, groups and keys, to match existing KMX compiler behaviour. Once that is done, will return to generation of KMXPlus data structures. Compiler is designed to work independent of file system so it should run inside browser or node environment. kmldmlc.ts is node-specific, but all other modules should be multi-platform.
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^8.4.0",
|
|
"mocha-teamcity-reporter": "^4.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"scripts": {},
|
|
"workspaces": [
|
|
"resources/gosh",
|
|
"resources/build/version",
|
|
"developer/src/kmlmc",
|
|
"developer/src/kmldmlc",
|
|
"developer/src/server",
|
|
"common/models/*",
|
|
"common/web/*",
|
|
"common/predictive-text",
|
|
"web"
|
|
]
|
|
}
|