mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
While not documented as such, it appears that the repository record is required with trusted publishing of npm packages. Test-bot: skip Build-bot: skip
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "@keymanapp/ldml-keyboard-constants",
|
|
"description": "Keyman LDML keyboard constants",
|
|
"keywords": [
|
|
"keyboard",
|
|
"keyman",
|
|
"ldml",
|
|
"unicode"
|
|
],
|
|
"files": [
|
|
"/build/keyman_core_ldml.*"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "build/keyman_core_ldml.js",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git",
|
|
"directory": "core/include/ldml"
|
|
}
|
|
}
|