mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
29 lines
830 B
JSON
29 lines
830 B
JSON
{
|
|
"name": "@keymanapp/recorder-core",
|
|
"description": "Core classes used to develop KeymanWeb test cases based on keystrokes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"clean": "tsc -b --clean src/tsconfig.json && tsc -b --clean src/nodeProctor.tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"author": "SIL International",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"homepage": "https://github.com/keymanapp/keyman#readme",
|
|
"dependencies": {
|
|
"@keymanapp/keyboard-processor": "*",
|
|
"@keymanapp/models-types": "*",
|
|
"@keymanapp/keyman-version": "*",
|
|
"@keymanapp/web-utils": "*",
|
|
"@types/node": "^11.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|