mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"name": "@keymanapp/keyman-version",
|
|
"description": "Keyman global version data",
|
|
"main": "./build/version.inc.js",
|
|
"scripts": {
|
|
"build": "echo 'Building @keymanapp/keyman-version' && tsc -b",
|
|
"clean": "tsc -b --clean"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|