spiegel-keyman/common/core/web/utils/package.json
2020-05-19 14:00:56 -04:00

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"
}
}