spiegel-keyman/common/tools/sourcemap-path-remapper/package.json
Joshua A. Horton 398b9e0ae2 chore(common): drops package-specific 'chai', '@types/chai' versions
chore(web): missed leaving these out of the rebase
2024-05-07 14:35:09 +07:00

30 lines
771 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": "*",
"@types/node": "^10.17.21",
"mocha-teamcity-reporter": "^4.0.0",
"sinon": "^7.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"convert-source-map": "^2.0.0"
}
}