spiegel-keyman/developer/src/common/web/utils/package.json

49 lines
1.2 KiB
JSON

{
"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": "github:NaturalIntelligence/fast-xml-parser#metadata",
"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",
"mocha": "^8.4.0",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsc -b"
},
"mocha": {
"spec": "build/test/**/*.tests.js",
"require": [
"source-map-support/register"
]
},
"author": "Marc Durdin <marc@keyman.com> (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"
}
}