mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "@keymanapp/keyman-version",
|
|
"description": "Keyman global version data",
|
|
"exports": {
|
|
".": "./build/version.inc.js"
|
|
},
|
|
"files": [
|
|
"/build/"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|