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

exos-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-cli - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

dist/cli/available-commands.js

39

package.json
{
"name": "exos-cli",
"version": "0.0.9",
"version": "0.1.0",
"description": "CLI tool for React projects",
"main": "./dist/src/exos-cli.js",
"types": "./dist/types/src/exos-cli.d.ts",
"main": "./dist/exos-cli.js",
"types": "./dist/types/exos-cli.d.ts",
"bin": {
"exos-cli": "./dist/src/exos-cli.js"
"exos-cli": "./dist/exos-cli.js"
},

@@ -17,3 +17,3 @@ "files": [

"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build": "rm -rf dist && tsc && cp -r ./src/commands/create/templates ./dist/src/commands/create/templates",
"build": "rm -rf dist && tsc && cp -r ./src/commands/create/templates ./dist/commands/create/templates",
"start": "node ./dist/src/exos-cli.js",

@@ -41,20 +41,19 @@ "debug": "node --nolazy --inspect-brk=9229 ./dist/src/exos-cli.js",

"dependencies": {
"fs-extra": "^7.0.1",
"yargs-interactive": "^2.0.2"
"fs-extra": "^9.0.0",
"yargs-interactive": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.4",
"@types/chai": "^4.2.11",
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.5",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.1"
},
"gitHead": "1cb31e13a8baad017b948205b5b506015fd09112"
"coveralls": "^3.0.11",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"ts-node": "^8.8.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
}
}

@@ -1,2 +0,2 @@

# Exos CLI
# Exos CLI ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) [![npm version](https://img.shields.io/npm/v/exos-cli.svg?style=flat)](https://www.npmjs.com/package/exos-cli)

@@ -3,0 +3,0 @@ Exos CLI is a command line interface tool for React projects.

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