se0ga/project-lvl2-s321

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "se0ga_gendiff",
  "version": "0.1.13",
  "description": "Second project on hexlet.com",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "eslint": "eslint",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:se0ga/project-lvl2-s321.git"
  },
  "keywords": [
    "hexlet",
    "gendiff"
  ],
  "author": "se0ga@yandex.ru",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/se0ga/project-lvl2-s321/issues"
  },
  "homepage": "https://github.com/se0ga/project-lvl2-s321#readme",
  "dependencies": {
    "commander": "^2.17.1",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.2.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jest": "^21.22.0",
    "jest": "^23.5.0"
  }
}