spiegel-keyman/common/web/utils/package.json
2022-09-19 12:04:14 +07:00

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