spiegel-keyman/common/web/keyman-version/package.json
Joshua A. Horton f6e77a3736 feat(web): alternate artifact - es6-bundled Web
Does not affect the worker.

Bundling is in a temp-script and not properly connected to our actual build infrastructure.
2023-12-18 10:32:35 +07:00

18 lines
337 B
JSON

{
"name": "@keymanapp/keyman-version",
"description": "Keyman global version data",
"exports": {
".": {
"es6-bundling": "./version.inc.ts",
"default": "./build/version.inc.js"
}
},
"files": [
"/build/"
],
"license": "MIT",
"type": "module",
"devDependencies": {
"typescript": "^4.9.5"
}
}