mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
17 lines
466 B
JSON
17 lines
466 B
JSON
{
|
|
"name": "@keymanapp/keyman-version",
|
|
"description": "Keyman global version data",
|
|
"main": "./build/index.js",
|
|
"exports": "./build/index.js",
|
|
"scripts": {
|
|
"build": "echo 'Building @keymanapp/keyman-version' && tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"postinstall": "gosh ./build.sh build",
|
|
"postci": "gosh ./build.sh build"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"typescript": "^4.5.4",
|
|
"@keymanapp/resources-gosh": "*"
|
|
}
|
|
}
|