mikhailasalkhanov/project-lvl2-s463

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-asalkhanov",
  "version": "2.4.11",
  "description": "cli app for search differences in config files",
  "main": "index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "testEnvironment": "node"
  },
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-map inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikhailasalkhanov/project-lvl2-s463.git"
  },
  "keywords": [
    "hexlet",
    "gendiff"
  ],
  "author": "Mikhail Asalkhanov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mikhailasalkhanov/project-lvl2-s463/issues"
  },
  "homepage": "https://github.com/mikhailasalkhanov/project-lvl2-s463#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/core": "^7.4.3",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.4.3",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.17.1",
    "jest": "^24.7.1",
    "jest-cli": "^24.7.1",
    "eslint-plugin-jest": "^22.4.1",
    "babel-jest": "^24.7.1"
  },
  "dependencies": {
    "commander": "^2.20.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11"
  }
}