Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@docs.page/cli

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docs.page/cli - npm Package Compare versions

Comparing version 0.1.5 to 1.0.0

dist/chunk-YKYU4W66.mjs

37

package.json
{
"name": "@docs.page/cli",
"version": "0.1.5",
"description": "npx cli for docs.page initialization",
"version": "1.0.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"license": "Apache-2.0",
"bin": {
"docs-page": "dist/cli.js"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"prepublish": "chmod u+x binaries/darwin/docs_page && chmod u+x binaries/linux/docs_page && chmod u+x binaries/win32/docs_page.exe"
"build": "rimraf dist && npx tsup src/index.ts src/cli.ts --format esm,cjs --dts",
"watch": "npx tsup src/index.ts src/cli.ts --format esm,cjs --dts --watch",
"postinstall": "npm run build"
},
"bin": {
"docs_page": "./index.js"
"files": ["dist", "LICENSE", "README.md"],
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"rimraf": "^6.0.1"
},
"files": [
"dist",
"LICENSE",
"README.md",
"binaries"
]
}
"devDependencies": {
"@types/node": "^22.0.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
}
}

@@ -1,3 +0,3 @@

# CLI utility for docs.page
# Client utility for docs.page
published 1.0.0
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc