Socket
Book a DemoInstallSign in
Socket

@start/cli

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@start/cli - npm Package Compare versions

Comparing version

to
1.0.0

license.md

12

package.json
{
"name": "@start/cli",
"version": "0.5.0",
"version": "1.0.0",
"description": "⬛️ CLI entry point",
"keywords": "tasks, runner, start, cli",
"repository": "deepsweet/start",
"homepage": "https://github.com/deepsweet/start/tree/master/packages/cli",
"author": "Kir Belevich <kir@belevi.ch> (https://twitter.com/deepsweet)",
"author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)",
"license": "MIT",

@@ -13,5 +12,2 @@ "bin": {

},
"files": [
"build/"
],
"publishConfig": {

@@ -21,3 +17,3 @@ "access": "public"

"engines": {
"node": ">=8.6.0"
"node": ">=10.13.0"
},

@@ -27,2 +23,2 @@ "dependencies": {

}
}
}
# ⬛️ cli
[![npm](https://img.shields.io/npm/v/@start/cli.svg?style=flat-square)](https://www.npmjs.com/package/@start/cli) [![linux](https://img.shields.io/travis/deepsweet/start/master.svg?label=linux&style=flat-square)](https://travis-ci.org/deepsweet/start) [![windows](https://img.shields.io/appveyor/ci/deepsweet/start/master.svg?label=windows&style=flat-square)](https://ci.appveyor.com/project/deepsweet/start) [![coverage](https://img.shields.io/codecov/c/github/deepsweet/start/master.svg?style=flat-square)](https://codecov.io/github/deepsweet/start) [![deps](https://david-dm.org/deepsweet/start.svg?path=packages/cli&style=flat-square)](https://david-dm.org/deepsweet/start?path=packages/cli)
CLI entry point, [ESM](https://github.com/standard-things/esm) included.

@@ -11,4 +9,2 @@

$ yarn add --dev @start/cli
# or
$ npm install --save-dev @start/cli
```

@@ -15,0 +11,0 @@