spiegel-keyman/common/web/keyman-version/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

24 lines
499 B
JSON

{
"name": "@keymanapp/keyman-version",
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git",
"directory": "common/web/keyman-version"
},
"description": "Keyman global version data",
"exports": {
".": {
"es6-bundling": "./version.inc.ts",
"default": "./build/version.inc.js"
}
},
"files": [
"/build/"
],
"license": "MIT",
"scripts": {},
"type": "module",
"devDependencies": {
"typescript": "^5.4.5"
}
}