spiegel-keyman/core/include/ldml/package.json
Marc Durdin 9f15e7c7ec maint: add empty 'scripts' tag to package.json to silence warning
Also removes './' from front of gosh.js to address another npm cleanup
(from `npm pkg fix`).

Fixes: #13833
2025-05-25 06:35:28 +07:00

21 lines
424 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"
}
}