jeka-r/project-lvl2-s18

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "project-lvl2-s18",
  "version": "1.0.1",
  "description": "calculator of differences-project-Hexlet",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeka-r/project-lvl2-s18.git"
  },
  "author": "Evgeniy Radzivonchik",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jeka-r/project-lvl2-s18/issues"
  },
  "homepage": "https://github.com/jeka-r/project-lvl2-s18#readme",
  "dependencies": {
    "commander": "*",
    "ini": "*",
    "js-yaml": "*",
    "lodash.union": "*",
    "lodash.repeat": "*",
    "lodash.trimstart": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-plugin-transform-runtime": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "babel-preset-es2015": "*",
    "babel-plugin-add-module-exports": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "jest": "*"
  }
}