spiegel-keyman/core/include/ldml/package.json
Marc Durdin df212364a2 maint(resources): add repository record for all published packages
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
2025-10-29 14:35:31 +01:00

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"
}
}