onedealmaker/backend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.1.1",
  "description": "Compares two configuration files and shows a difference.",
  "main": "./src/index.js",
  "type": "module",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "scripts": {
    "test": "npx jest --bail"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onedealmaker/backend-project-lvl2.git"
  },
  "author": "dealmaker",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/onedealmaker/backend-project-lvl2/issues"
  },
  "homepage": "https://github.com/onedealmaker/backend-project-lvl2#readme",
  "dependencies": {
    "commander": "^7.0.0",
    "ini": "^2.0.0",
    "js-yaml": "^4.0.0",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@jest/globals": "^26.6.2",
    "eslint": "^7.19.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^24.1.3",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3"
  }
}