rofrischmann/elodin

View on GitHub
core/cli/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@elodin/cli",
  "version": "0.1.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf lib es coverage",
    "build": "yarn build:es && yarn build:lib",
    "build:es": "babel src --out-dir es --ignore \"src/__tests__\"",
    "build:lib": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore \"src/__tests__\"",
    "test": "echo 1",
    "coverage": "yarn test --coverage"
  },
  "repository": "https://github.com/robinweser/elodin.git",
  "author": "robinweser <contact@weser.io>",
  "license": "MIT",
  "bin": {
    "elodin": "./bin/elodin.js"
  },
  "dependencies": {
    "@babel/plugin-transform-async-to-generator": "^7.2.0",
    "chalk": "^2.4.2",
    "commander": "^2.8.1",
    "convert-source-map": "^1.1.0",
    "fs-readdir-recursive": "^1.1.0",
    "glob": "^7.0.0",
    "lodash": "^4.17.10",
    "mkdirp": "^0.5.1",
    "output-file-sync": "^2.0.0",
    "rimraf": "^3.0.0",
    "slash": "^2.0.0",
    "source-map": "^0.5.0"
  },
  "peerDependencies": {
    "@elodin/core": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.2",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.2.0",
    "@babel/preset-stage-0": "^7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "cross-env": "^5.2.0",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2"
  },
  "gitHead": "2800af57f63a206f0f6a0029c09443ae95d8b026"
}