ivan-nor/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexlet-gendiff-nor",
  "version": "1.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivan-nor/frontend-project-lvl2.git"
  },
  "author": "Ivan Nor",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ivan-nor/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/ivan-nor/frontend-project-lvl2#readme",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.8.0",
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.14.1",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0"
  },
  "dependencies": {
    "commander": "^2.20.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "path": "^0.12.7"
  }
}