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

19 lines
354 B
JSON

{
"name": "@keymanapp/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"
}
}