KukuruzaAndrey/project-lvl2-s257

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff257",
  "version": "2.1.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KukuruzaAndrey/project-lvl2-s257.git"
  },
  "keywords": [
    "hexlet"
  ],
  "author": "Andrey Kukuruza",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KukuruzaAndrey/project-lvl2-s257/issues"
  },
  "homepage": "https://github.com/KukuruzaAndrey/project-lvl2-s257#readme",
  "dependencies": {
    "commander": "^2.15.1",
    "ini": "^1.3.5",
    "js-yaml": "^3.11.0",
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^22.4.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jest": "^21.15.1",
    "jest": "^22.4.3"
  }
}