You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-scripts-docs

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-scripts-docs - npm Package Compare versions

Comparing version

to
2.0.0-dev-8af1d2b

output/main.d.ts

22

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "node-scripts-docs",
"version": "2.0.0-dev-8220789",
"version": "2.0.0-dev-8af1d2b",
"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,19 +19,6 @@ "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"

@@ -53,3 +40,2 @@ },

"jest": "29.7.0",
"lint-staged": "15.4.3",
"ts-jest": "29.2.6",

@@ -56,0 +42,0 @@ "typescript": "5.7.3"

Sorry, the diff of this file is not supported yet