krivtsov/project-lvl2-s70

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff170320",
  "version": "1.1.0",
  "description": "GenDiff Project",
  "main": "src/bin/gendiff.js",
  "scripts": {
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build",
    "eslint": "eslint",
    "test": "jest"
  },
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "jest": "^19.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krivtsov/project-lvl2-s70.git"
  },
  "author": "Sergey Krivtsov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/krivtsov/project-lvl2-s70/issues"
  },
  "homepage": "https://github.com/krivtsov/project-lvl2-s70#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "ini": "^1.3.4",
    "js-yaml": "^3.8.2",
    "lodash": "^4.17.4"
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "node_modules",
      "__tests__/__fixtures__/"
    ]
  }
}