evvs/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "frontend-project-lvl2-evvs",
  "version": "1.0.10",
  "description": "It's the second project of courses. Cli utilit which cans calculate differences in files",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evvs/frontend-project-lvl2.git"
  },
  "keywords": [
    "cli",
    "differences"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/evvs/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/evvs/frontend-project-lvl2#readme",
  "dependencies": {
    "commander": "^4.1.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.4",
    "@babel/node": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "babel-eslint": "^10.0.3",
    "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.1",
    "jest": "^25.1.0"
  }
}