mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"name": "@keymanapp/web-utils",
|
|
"version": "14.0.79",
|
|
"description": "Common utility functions used throughout other Keyman packages",
|
|
"main": "./dist/index.js",
|
|
"types:": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "node ../../../../resources/gosh.js ./build.sh",
|
|
"prepare": "npm run build",
|
|
"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"
|
|
}
|
|
}
|