spiegel-keyman/core/tools/api-header-extractor/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

7 lines
136 B
JSON

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