echonok/project-lvl2-s333

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gen-diff-echo",
  "version": "0.6.18",
  "description": "The secont Hexlet's project",
  "scripts": {
    "babel-node": "babel-node",
    "eslint": "eslint",
    "build": "cross-env NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/echonok/project-lvl2-s333.git"
  },
  "keywords": [
    "Hexlet"
  ],
  "bin": {
    "gen-diff": "dist/bin/gen-diff.js"
  },
  "author": "Nick Elovsky",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/echonok/project-lvl2-s333/issues"
  },
  "homepage": "https://github.com/echonok/project-lvl2-s333#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^9.0.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "cross-env": "^5.2.0",
    "eslint": "^5.6.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.2.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0"
  },
  "dependencies": {
    "commander": "^2.18.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.11"
  }
}