mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
26 lines
696 B
JSON
26 lines
696 B
JSON
{
|
|
"name": "@keymanapp/web-utils",
|
|
"description": "Common utility functions used throughout other Keyman packages",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "gosh ./build.sh",
|
|
"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": {
|
|
"@keymanapp/resources-gosh": "*",
|
|
"@keymanapp/keyman-version": "*",
|
|
"@types/node": "^14.0.5",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|