greybutton/project-lvl2-s221

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-greybutton",
  "version": "1.0.0",
  "description": "Hexlet project #2",
  "main": "dist/index.js",
  "bin": {
    "gendiff-greybutton": "dist/bin/gendiff.js"
  },
  "scripts": {
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "eslint": "eslint",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "npm test -- --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greybutton/project-lvl2-s221.git"
  },
  "author": "Sergej Tabb <greybutton@yandex.com> (https://greybutton.me)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/greybutton/project-lvl2-s221/issues"
  },
  "jest": {
    "collectCoverage": true
  },
  "homepage": "https://github.com/greybutton/project-lvl2-s221#readme",
  "dependencies": {
    "commander": "^2.14.1",
    "ini": "^1.3.5",
    "js-yaml": "^3.10.0",
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "^8.2.1",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "^4.17.0",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "eslint-plugin-jest": "^21.12.1",
    "jest": "^21",
    "jest-cli": "^22.3.0"
  }
}