orevenat/project-lvl2-s393

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "orevenat-gendiff",
  "version": "0.4.0",
  "description": "Hexlet diff generator",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "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/orevenat/project-lvl2-s393.git"
  },
  "author": "Ruslan Knyazev",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/orevenat/project-lvl2-s393/issues"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "homepage": "https://github.com/orevenat/project-lvl2-s393#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/node": "^7.8.7",
    "@babel/preset-env": "^7.9.6",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^25.5.1",
    "debug": "^4.0.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-babel": "^5.2.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^21.26.2",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "jest": "^25.5.3",
    "jest-cli": "^25.5.3"
  },
  "dependencies": {
    "commander": "^2.20.3",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15"
  }
}