spiegel-keyman/package.json
Marc Durdin 4018e528d9 feat(developer): groundwork - kmx file structures
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.
2022-08-24 09:32:30 +10:00

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"
]
}