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

@reactioncommerce/reaction-cli

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactioncommerce/reaction-cli - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.babelrc

35

package.json
{
"name": "@reactioncommerce/reaction-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "A command line tool for working with the Reaction Commerce e-commerce platform.",
"main": "main.js",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rm -rf ./dist && babel src --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"prepublish": ". ./scripts/prepublish.sh"
},
"bin": {
"reaction": "./dist/main.js"
},
"repository": {

@@ -14,4 +20,3 @@ "type": "git",

"keywords": [
"reaction",
"launchdock"
"reaction"
],

@@ -23,3 +28,21 @@ "author": "Reaction Commerce",

},
"homepage": "https://github.com/reactioncommerce/reaction-cli#readme"
"preferGlobal": "true",
"homepage": "https://github.com/reactioncommerce/reaction-cli",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.9.0",
"babel-root-slash-import": "^1.0.0",
"eslint": "^2.12.0",
"eslint-plugin-babel": "^3.2.0"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"inquirer": "^1.0.3",
"nodegit": "^0.13.2",
"shelljs": "^0.7.0",
"update-notifier": "^1.0.0"
}
}
package.json.bak
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