{ "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 ", "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" } }