SergAlexAnd/project-lvl2-s463

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-saa",
  "version": "0.6.1",
  "description": "Hexlet project #2 Difference generator",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest --coverage",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SergAlexAnd/project-lvl2-s463.git"
  },
  "keywords": [
    "gendiff",
    "cli"
  ],
  "author": "Alexey Sergienko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/SergAlexAnd/project-lvl2-s463/issues"
  },
  "homepage": "https://github.com/SergAlexAnd/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",
    "@types/ini": "^1.3.30",
    "@types/js-yaml": "^3.12.1",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.7.1",
    "eslint": "^5.9.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.5.1",
    "jest": "^24.7.1"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11"
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true
  }
}