MONDAYMIND/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "description": "[![Actions Status](https://github.com/MONDAYMIND/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/MONDAYMIND/frontend-project-lvl2/actions)",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "main": "src/genDiff.js",
  "scripts": {
    "test": "npx jest --bail"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MONDAYMIND/frontend-project-lvl2.git"
  },
  "author": "Anna Steksova",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MONDAYMIND/frontend-project-lvl2/issues"
  },
  "type": "module",
  "homepage": "https://github.com/MONDAYMIND/frontend-project-lvl2#readme",
  "dependencies": {
    "commander": "^9.2.0",
    "fs": "^0.0.1-security",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "process": "^0.11.10"
  },
  "devDependencies": {
    "@jest/globals": "^28.0.3",
    "eslint": "^8.14.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.1.5",
    "jest": "^28.0.3",
    "jest-cli": "^28.0.3",
    "path": "^0.12.7"
  }
}