spiegel-keyman/common/web/keyboard-processor/package.json
2023-02-09 12:39:15 +07:00

39 lines
1,021 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": "^10.9.1",
"typescript": "^4.9.5"
},
"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"
}
}