mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Does not affect the worker. Bundling is in a temp-script and not properly connected to our actual build infrastructure.
18 lines
337 B
JSON
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"
|
|
}
|
|
}
|