mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
27 lines
729 B
JSON
27 lines
729 B
JSON
{
|
|
"name": "@keymanapp/web-utils",
|
|
"description": "Common utility functions used throughout other Keyman packages",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"scripts": {
|
|
"build": "gosh ./build.sh",
|
|
"clean": "tsc -b --clean",
|
|
"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"
|
|
}
|
|
}
|