node-scripts-docs
Advanced tools
Comparing version
@@ -0,6 +1,6 @@ | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
import { isNil } from "@oliversalzburg/js-utils/data/nil.js"; | ||
import { InvalidOperationError } from "@oliversalzburg/js-utils/errors/InvalidOperationError.js"; | ||
import { marked } from "marked"; | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
import { DOCUMENTATION_PENDING_DEFAULT } from "./FragmentRenderer.js"; | ||
@@ -7,0 +7,0 @@ export const DOCS_FRAGMENTS_DEFAULT_LOCATION = "docs/reference/Repository Scripts/"; |
#!/usr/bin/env node | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
import { redirectErrorsToConsole } from "@oliversalzburg/js-utils/errors/console.js"; | ||
import ElapsedTime from "elapsed-time"; | ||
import minimist from "minimist"; | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
import { DocumentationRenderer } from "./DocumentationRenderer.js"; | ||
@@ -8,0 +8,0 @@ import { loadFragments } from "./FragmentScanner.js"; |
@@ -1,5 +0,5 @@ | ||
import { globby } from "globby"; | ||
import fs from "node:fs/promises"; | ||
import { resolve } from "node:path"; | ||
import { join } from "node:path/posix"; | ||
import { globby } from "globby"; | ||
import { ScriptStore } from "./ScriptStore.js"; | ||
@@ -6,0 +6,0 @@ /** |
@@ -0,5 +1,5 @@ | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
import { isNil, mustExist } from "@oliversalzburg/js-utils/data/nil.js"; | ||
import { InvalidOperationError } from "@oliversalzburg/js-utils/errors/InvalidOperationError.js"; | ||
import fs from "node:fs/promises"; | ||
import path from "node:path"; | ||
export const SCRIPTS_METADATA_DEFAULT_FILENAME = "package.json-scripts.json"; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "node-scripts-docs", | ||
"version": "1.0.5-dev.107", | ||
"version": "2.0.0-dev-8220789", | ||
"description": "Generate documentation for your `package.json` scripts.", | ||
@@ -26,5 +26,4 @@ "license": "MIT", | ||
"lint": "yarn run lint:all", | ||
"lint:all": "yarn run lint:eslint && yarn run lint:prettier && yarn run lint:tsc", | ||
"lint:eslint": "eslint .", | ||
"lint:prettier": "prettier --check .", | ||
"lint:all": "yarn run lint:biome && yarn run lint:tsc", | ||
"lint:biome": "biome check .", | ||
"lint:tsc": "tsc --noEmit", | ||
@@ -39,41 +38,19 @@ "nextversion": "./.scripts/manifest-version.cjs", | ||
}, | ||
"resolutions": { | ||
"prettier": "3.3.3" | ||
}, | ||
"dependencies": { | ||
"@oliversalzburg/js-utils": "0.2.2", | ||
"@oliversalzburg/js-utils": "0.2.8", | ||
"elapsed-time": "0.0.1", | ||
"globby": "14.0.2", | ||
"marked": "15.0.4", | ||
"globby": "14.1.0", | ||
"marked": "15.0.7", | ||
"minimist": "1.2.8", | ||
"tslib": "2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "<=3.3.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"prettier": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "9.17.0", | ||
"@oliversalzburg/eslint-config": "1.2.0", | ||
"@biomejs/biome": "1.9.4", | ||
"@types/jest": "29.5.14", | ||
"@types/minimist": "1.2.5", | ||
"@types/node": "22.10.2", | ||
"eslint": "9.17.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-jsdoc": "50.6.1", | ||
"eslint-plugin-tsdoc": "0.4.0", | ||
"globals": "15.14.0", | ||
"@types/node": "22.13.5", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.11", | ||
"prettier": "3.3.3", | ||
"prettier-package-json": "2.8.0", | ||
"prettier-plugin-organize-imports": "4.1.0", | ||
"prettier-plugin-sh": "0.14.0", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.7.2", | ||
"typescript-eslint": "8.18.2" | ||
"lint-staged": "15.4.3", | ||
"ts-jest": "29.2.6", | ||
"typescript": "5.7.3" | ||
}, | ||
@@ -92,3 +69,3 @@ "keywords": [ | ||
}, | ||
"packageManager": "yarn@4.5.3" | ||
"packageManager": "yarn@4.6.0" | ||
} |
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
6
-14.29%8
-57.89%120412
-0.95%82
-3.53%1668
-1.48%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated