AnastasiyaYS/project-lvl2-s475

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@anastassin/difference-calculator",
  "version": "1.6.0",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnastasiyaYS/project-lvl2-s475.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AnastasiyaYS/project-lvl2-s475/issues"
  },
  "homepage": "https://github.com/AnastasiyaYS/project-lvl2-s475#readme",
  "dependencies": {
    "commander": "^3.0.0",
    "fs-js": "^1.0.6",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "lodash-fp": "^0.10.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "eslint": "^6.2.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.15.2",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "jest": "^24.9.0"
  }
}