fiorsaoirse/project-lvl2-s401

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fiorsaoirse-gendiff",
  "version": "1.3.4",
  "description": "This is the second hexlet project - comparing two files to get difference",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fiorsaoirse/gendiff.git"
  },
  "keywords": [
    "hexlet",
    "project",
    "compare",
    "fiorsaoirse"
  ],
  "author": "Maria Solovyanova",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fiorsaoirse/gendiff/issues"
  },
  "homepage": "https://github.com/fiorsaoirse/gendiff#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "debug": "^4.1.1",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "flow-bin": "^0.91.0",
    "flow-typed": "^2.5.1",
    "gulp-babel": "^8.0.0",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "gulp": "^4.0.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.1",
    "lodash": "^4.17.11",
    "source-map-support": "^0.5.10",
    "xml-js": "^1.6.9",
    "xml2js": "^0.4.19"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "node_modules"
    ]
  }
}