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
This commit is contained in:
Marc Durdin 2025-05-25 06:35:28 +07:00
parent 7dc5773168
commit 9f15e7c7ec
7 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,7 @@
"description": "Common test resources for Keyman's JS & TS-based components & products",
"type": "module",
"license": "MIT",
"scripts": {},
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"typescript": "^5.4.5"

View file

@ -11,6 +11,7 @@
"/build/"
],
"license": "MIT",
"scripts": {},
"type": "module",
"devDependencies": {
"typescript": "^5.4.5"

View file

@ -13,6 +13,7 @@
"license": "MIT",
"type": "module",
"main": "build/keyman_core_ldml.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"

View file

@ -2,5 +2,6 @@
"name": "@keymanapp/api-header-extractor",
"private": true,
"type": "module",
"scripts": {},
"main": "build/src/index.js"
}

View file

@ -6,6 +6,7 @@
"url": "https://github.com/keymanapp/keyman/issues"
},
"homepage": "https://keyman.com/",
"scripts": {},
"dependencies": {
"monaco-editor": "0.15.6"
}

View file

@ -8,7 +8,7 @@
"homepage": "https://github.com/keymanapp/keyman",
"license": "MIT",
"bin": {
"gosh": "./gosh.js"
"gosh": "gosh.js"
},
"private": true,
"files": [
@ -18,6 +18,7 @@
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.git"
},
"scripts": {},
"bugs": {
"url": "https://github.com/keymanapp/keyman/issues"
}

View file

@ -4,6 +4,7 @@
"type": "module",
"main": "build/index.js",
"license": "MIT",
"scripts": {},
"devDependencies": {
"marked": "^14.1.2",
"chalk": "^2.4.2"