spiegel-keyman/common/tools/sourcemap-path-remapper/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

27 lines
690 B
JSON

{
"name": "@keymanapp/sourcemap-path-remapper",
"description": "Sourcemap-path remapper utility",
"main": "build/index.js",
"type": "module",
"scripts": {
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"author": "Joshua A. Horton <joshua_horton@sil.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://github.com/keymanapp/keyman#readme",
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"mocha-teamcity-reporter": "^4.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
"convert-source-map": "^2.0.0"
}
}