mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
39 lines
1,020 B
JSON
39 lines
1,020 B
JSON
{
|
|
"name": "@keymanapp/keyboard-processor",
|
|
"description": "Core module for Keyman keyboard support in KeymanWeb.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"keywords": [
|
|
"input",
|
|
"languages",
|
|
"keyboards"
|
|
],
|
|
"author": "SIL International",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"homepage": "https://github.com/keymanapp/keyman#readme",
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "*",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^10.0.0",
|
|
"mocha-teamcity-reporter": "^4.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"clean": "tsc -b --clean src/tsconfig.json && tsc -b --clean src/tsconfig.bundled.json",
|
|
"test": "gosh ./test.sh",
|
|
"mocha": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/models-types": "*",
|
|
"@keymanapp/keyman-version": "*",
|
|
"@keymanapp/web-utils": "*",
|
|
"@types/node": "^11.9.4"
|
|
}
|
|
}
|