spiegel-keyman/web/src/engine/common/web-utils/package.json
Joshua Horton 155c1a2b12 maint: update mocha
Some of the npm audit warnings left after #13897 require an updated `mocha` version to remedy.  As we only really use `mocha` to do unit-testing, it should be safe to update if all of our existing tests pass with the new version.

Test-bot: skip
2025-05-13 14:02:02 +07:00

37 lines
953 B
JSON

{
"name": "@keymanapp/web-utils",
"description": "Common utility functions used throughout other Keyman packages",
"main": "./build/obj/index.js",
"exports": {
".": {
"es6-bundling": "./src/index.ts",
"types": "./build/obj/index.d.ts",
"import": "./build/obj/index.js"
}
},
"scripts": {
"build": "gosh ./build.sh",
"clean": "gosh ./build.sh clean"
},
"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/keyman-version": "*",
"@keymanapp/resources-gosh": "*",
"c8": "^7.12.0",
"mocha-teamcity-reporter": "^4.0.0",
"typescript": "^5.4.5"
},
"type": "module",
"paths": {
"@keymanapp/keyman-version": "*"
}
}