spiegel-keyman/resources/gosh/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

25 lines
581 B
JSON

{
"name": "@keymanapp/resources-gosh",
"description": "Good Ol' Shell",
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
"contributors": [
"Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>"
],
"homepage": "https://github.com/keymanapp/keyman",
"license": "MIT",
"bin": {
"gosh": "gosh.js"
},
"private": true,
"files": [
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"scripts": {},
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
}
}