mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
28 lines
795 B
JSON
28 lines
795 B
JSON
{
|
|
"name": "@keymanapp/web-utils",
|
|
"version": "14.0.179",
|
|
"description": "Common utility functions used throughout other Keyman packages",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "gosh ./build.sh",
|
|
"prepare": "npm run build -- -skip-package-install",
|
|
"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": "^14.0.179",
|
|
"@keymanapp/web-environment": "^14.0.179",
|
|
"@types/node": "^14.0.5",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|