mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
18 lines
449 B
JSON
18 lines
449 B
JSON
{
|
|
"name": "@keymanapp/keyman-version",
|
|
"description": "Keyman global version data",
|
|
"main": "./build/index.js",
|
|
"exports": {
|
|
".": "./build/index.js",
|
|
"./keyman-version.mjs": "./build/keyman-version.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'Building @keymanapp/keyman-version' && tsc -b",
|
|
"clean": "tsc -b --clean"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.13",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|