mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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
27 lines
690 B
JSON
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"
|
|
}
|
|
}
|