spiegel-keyman/common/tools/sourcemap-path-remapper/package.json
Eberhard Beilharz 229bdf8270
maint(resources): nest unit tests under parent block
This adds a modified `mocha-teamcity-reporter` that allows to nest the
unit tests under the parent block.

Fixes: #14839
Test-bot: skip
2025-10-06 16:09:47 +02:00

26 lines
649 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": "*",
"typescript": "^5.4.5"
},
"dependencies": {
"convert-source-map": "^2.0.0"
}
}