node-scripts-docs
Advanced tools
Comparing version
{ | ||
"name": "node-scripts-docs", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "Generate documentation for your `package.json` scripts.", | ||
@@ -25,2 +25,3 @@ "license": "UNLICENSED", | ||
"npm:publish": "yarn build && npm publish", | ||
"npm:publish:major": "yarn build && npm version major && npm publish", | ||
"npm:publish:minor": "yarn build && npm version minor && npm publish", | ||
@@ -34,3 +35,3 @@ "npm:publish:patch": "yarn build && npm version patch && npm publish", | ||
"elapsed-time": "0.0.1", | ||
"globby": "^13.2.2", | ||
"globby": "13.2.2", | ||
"marked": "9.1.2", | ||
@@ -41,5 +42,5 @@ "minimist": "1.2.8", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.4", | ||
"@types/jest": "29.5.6", | ||
"@types/minimist": "1.2.4", | ||
"@types/node": "20.8.7", | ||
"@types/node": "20.8.9", | ||
"eslint": "8.52.0", | ||
@@ -63,3 +64,6 @@ "jest": "29.7.0", | ||
], | ||
"packageManager": "yarn@3.6.4" | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"packageManager": "yarn@4.0.0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
108967
17.68%69
9.52%0
-100%Updated