Vikman88/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/gendiff",
  "version": "1.0.0",
  "description": "Compares configuration files and shows a difference.",
  "main": "index.js",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "scripts": {
    "test": "npx -n --experimental-vm-modules jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vikman88/frontend-project-lvl2.git"
  },
  "author": "Viktor V",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Vikman88/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/Vikman88/frontend-project-lvl2#readme",
  "type": "module",
  "jest": {
    "testEnvironment": "node",
    "transform": {}
  },
  "dependencies": {
    "commander": "^6.2.0",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@jest/globals": "^26.6.2",
    "eslint": "^7.15.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3"
  },
  "keywords": [
    "gendiff",
    "hexlet"
  ]
}