mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "@keymanapp/keyman-version",
|
|
"description": "Keyman global version data",
|
|
"main": "./build/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./build/keyman-version.mjs",
|
|
"require": "./build/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'Building @keymanapp/keyman-version' && tsc -b",
|
|
"clean": "tsc -b --clean"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.13",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|