tonytoponi/project-lvl2-s479

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-s479",
  "version": "0.6.1",
  "description": "Tutorial project 2",
  "author": "Anton Zhilkin",
  "license": "ISC",
  "keywords": [
    "gendiff"
  ],
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "testWatch": "jest --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tonytoponi/project-lvl2-s479.git"
  },
  "bugs": {
    "url": "https://github.com/tonytoponi/project-lvl2-s479/issues"
  },
  "homepage": "https://github.com/tonytoponi/project-lvl2-s479#readme",
  "dependencies": {
    "commander": "^2.20.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.3",
    "@babel/core": "^7.4.3",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-pipeline-operator": "^7.3.2",
    "@babel/preset-env": "^7.4.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^25.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-jest": "^23.6.0",
    "jest": "^25.1.0",
    "jest-config": "^25.1.0"
  }
}