spiegel-keyman/common/web/utils/package.json
Joshua A. Horton 7f4debdfbf chore(web): restores feature-esmodule-web-engine to prior state
Revert "Merge pull request #8553 from keymanapp/revert-8549-chore/master-to-esmodule-merge-a17s9"

This reverts commit 518750f94e, reversing
changes made to 6df63eddc5.
2023-03-31 12:53:00 +07:00

49 lines
1.2 KiB
JSON

{
"name": "@keymanapp/web-utils",
"description": "Common utility functions used throughout other Keyman packages",
"main": "./build/obj/index.js",
"exports": {
".": {
"types": "./build/obj/index.d.ts",
"import": "./build/obj/index.js"
},
"./lib": {
"types": "./build/lib/index.d.ts",
"import": "./build/lib/index.mjs",
"require": "./build/lib/index.cjs"
},
"./obj/*.js": {
"types": "./build/obj/*.js.map",
"import": "./build/obj/*.js"
}
},
"scripts": {
"build": "gosh ./build.sh",
"clean": "tsc -b --clean",
"mocha": "mocha",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"author": "SIL International",
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://github.com/keymanapp/keyman#readme",
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"@keymanapp/keyman-version": "*",
"chai": "^4.3.4",
"mocha": "^10.0.0",
"mocha-teamcity-reporter": "^4.0.0",
"@types/node": "^14.0.5",
"typescript": "^4.9.5"
},
"type": "module",
"paths": {
"@keymanapp/keyman-version": "*"
}
}