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
24 lines
499 B
JSON
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"
|
|
}
|
|
}
|