node-scripts-docs
Advanced tools
Comparing version
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "node-scripts-docs", | ||
"version": "2.0.1-dev.57", | ||
"version": "2.0.1-dev-c483af3", | ||
"description": "Generate documentation for your `package.json` scripts.", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/oliversalzburg/node-scripts-docs.git" | ||
"url": "git+https://github.com/oliversalzburg/node-scripts-docs.git" | ||
}, | ||
@@ -19,26 +19,13 @@ "bugs": { | ||
"bin": { | ||
"nsd": "output/node-scripts-docs.js" | ||
"nsd": "output/main.js" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"docs:build": "podman run --rm -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material build --site-dir=public", | ||
"docs:scripts": "yarn nsd-debug", | ||
"docs:serve": "podman run --rm -it -p 8000:8000 -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material", | ||
"lint": "yarn run lint:all", | ||
"lint:all": "yarn run lint:biome && yarn run lint:tsc", | ||
"lint:biome": "biome check .", | ||
"lint:tsc": "tsc --noEmit", | ||
"nextversion": "./.scripts/manifest-version.cjs", | ||
"nsd-debug": "yarn build && node output/node-scripts-docs.js", | ||
"prepack": "yarn build", | ||
"test": "node --experimental-vm-modules $(yarn bin jest) source", | ||
"test:coverage": "node --experimental-vm-modules $(yarn bin jest) --coverage", | ||
"preversion": "yarn run lint && yarn run build && yarn run test", | ||
"preversion": "make lint test", | ||
"postversion": "git push" | ||
}, | ||
"dependencies": { | ||
"@oliversalzburg/js-utils": "0.2.3", | ||
"@oliversalzburg/js-utils": "0.3.0", | ||
"elapsed-time": "0.0.1", | ||
"globby": "14.1.0", | ||
"marked": "15.0.7", | ||
"marked": "15.0.11", | ||
"minimist": "1.2.8", | ||
@@ -51,7 +38,6 @@ "tslib": "2.8.1" | ||
"@types/minimist": "1.2.5", | ||
"@types/node": "22.13.5", | ||
"@types/node": "22.15.14", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.4.3", | ||
"ts-jest": "29.2.6", | ||
"typescript": "5.7.3" | ||
"ts-jest": "29.3.2", | ||
"typescript": "5.8.3" | ||
}, | ||
@@ -70,3 +56,3 @@ "keywords": [ | ||
}, | ||
"packageManager": "yarn@4.6.0" | ||
"packageManager": "yarn@4.9.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
7
-12.5%1
-50%118110
-1.91%81
-1.22%1602
-3.96%+ Added
+ Added
- Removed
- Removed
Updated