mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "@keymanapp/web-utils",
|
|
"version": "14.0.78",
|
|
"description": "Common utility functions used throughout other Keyman packages",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tsc": "tsc"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"typescript": "^3.7.2"
|
|
}
|
|
}
|