{ "name": "@keymanapp/developer-utils", "description": "Keyman Developer utilities", "type": "module", "exports": { ".": "./build/src/index.js" }, "files": [ "/build/" ], "dependencies": { "@keymanapp/common-types": "*", "eventemitter3": "^5.0.0", "fast-xml-parser": "^5.3.4", "path-browserify": "^1.0.1", "restructure": "^3.0.1", "sax": ">=0.6.0", "semver": "^7.5.4", "xmlbuilder": "~11.0.0" }, "devDependencies": { "@types/git-diff": "^2.0.3", "@types/node": "^20.4.1", "@types/path-browserify": "^1.0.3", "@types/semver": "^7.3.12", "c8": "^7.12.0", "git-diff": "^2.0.6", "typescript": "^5.4.5" }, "scripts": { "build": "tsc -b" }, "mocha": { "spec": "build/test/**/*.tests.js", "require": [ "source-map-support/register" ] }, "author": "Marc Durdin (https://github.com/mcdurdin)", "license": "MIT", "bugs": { "url": "https://github.com/keymanapp/keyman/issues" }, "repository": { "type": "git", "url": "git+https://github.com/keymanapp/keyman.git", "directory": "developer/src/common/web/utils" } }