spiegel-keyman/resources/tools/check-markdown/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

12 lines
213 B
JSON

{
"name": "check-markdown",
"version": "1.0.0",
"type": "module",
"main": "build/index.js",
"license": "MIT",
"scripts": {},
"devDependencies": {
"marked": "^14.1.2",
"chalk": "^2.4.2"
}
}