{
  "name": "mario-scripts",
  "version": "0.0.28",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "mario-new-app": "./shell/new-app.sh",
    "mario-new-module": "./shell/new-module.sh",
    "mario-new-container": "./shell/new-container.sh",
    "mario-gen-bundle": "./shell/gen-bundle.sh",
    "mario-publish": "./shell/publish.sh",
    "mario-vendor-install": "./shell/vendor-install.sh",
    "mario-commit": "./shell/git/git-commit.sh",
    "mario-push": "./shell/git/git-push.sh",
    "mario-create-react-app": "bin/create-react-app.js",
    "mario-create-koa-app": "bin/create-koa-app.js",
    "mario-create-module": "bin/create-module.js",
    "mario-create-container": "bin/create-container.js",
    "mario-registered-module": "bin/registered-module.js",
    "mario-new-vendor": "bin/new-vendor.js",
    "mario-declare": "bin/declare.js",
    "mario-diff-android": "bin/diff.android.js",
    "mario-diff-ios": "bin/diff.ios.js",
    "mario-log": "bin/log.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maybewaityou/mario-scripts.git"
  },
  "author": "MeePwn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maybewaityou/mario-scripts/issues"
  },
  "homepage": "https://github.com/maybewaityou/mario-scripts#readme",
  "dependencies": {
    "archiver": "^2.0.3",
    "bluebird": "^3.5.0",
    "chalk": "^2.1.0",
    "commander": "^2.11.0",
    "empty-dir": "^0.2.1",
    "fs-extra": "^4.0.1",
    "image-size": "^0.6.1",
    "left-pad": "^1.1.3"
  }
}
