mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"packages": [
|
|
"common/core/web/input-processor",
|
|
"common/core/web/keyboard-processor",
|
|
"common/core/web/tools/recorder",
|
|
"common/core/web/tools/sentry-manager",
|
|
"common/core/web/utils",
|
|
"developer/js",
|
|
"common/models/*",
|
|
"common/predictive-text",
|
|
"resources/gosh",
|
|
"resources/web-environment",
|
|
"web"
|
|
],
|
|
"hoist": [
|
|
"chai",
|
|
"lerna",
|
|
"mocha",
|
|
"mocha-teamcity-reporter",
|
|
"ts-node",
|
|
"typescript"
|
|
],
|
|
"version": "15.0.129"
|
|
}
|