New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-command-line-starter-1

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-command-line-starter-1 - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

src/bin/base.d.ts

32

package.json
{
"name": "node-command-line-starter-1",
"version": "2.0.2",
"description": "Starter to create node-command-line utilities",
"version": "2.0.3",
"author": "Himanshu @himanshu-dixit",
"repository": "crusherdev/CLI",
"main": "index.js",

@@ -33,4 +34,4 @@ "husky": {

"format:write": "prettier --write '{src,__mocks__,bin}/**/*.ts'",
"start:help": "ts-node ./src/bin/order.bin.ts -h",
"start:example": "node ./dist/src/bin/order.bin.js pizza beer",
"start:help": "ts-node ./src/bin/order.ts -h",
"start:example": "ts-node ./src/bin/order.ts",
"test": "jest",

@@ -43,9 +44,7 @@ "bump-version": "rjp package.json version $VERSION",

"bin": {
"node-command-line-starter": "./src/bin/order.bin.js",
"restaurant": "./src/bin/order.bin.js"
"init": "./src/bin/base.js",
"login": "./src/bin/base.js",
"logout": "./src/bin/base.js",
"test:create": "./src/bin/base.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kreuzerk/node-command-line-starter.git"
},
"keywords": [

@@ -58,15 +57,10 @@ "CLI",

],
"author": "Kevin Kreuzer",
"license": "MIT",
"bugs": {
"url": "https://github.com/kreuzerk/node-command-line-starter/issues"
},
"homepage": "https://github.com/kreuzerk/node-command-line-starter#readme",
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^5.0.0",
"commander": "^8.2.0",
"jsonfile": "^6.1.0"
},
"devDependencies": {
"boxen": "^5.1.2",
"commander": "^8.2.0",
"jsonfile": "^6.1.0",
"@commitlint/cli": "^13.1.0",

@@ -73,0 +67,0 @@ "@commitlint/config-conventional": "^13.1.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