spiegel-keyman/common/web/utils/package.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"
}
}