mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
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": "^5.4.5"
|
|
}
|
|
}
|