bazoFF/frontend-project-46

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "type": "module",
  "description": "Program showing difference between two files",
  "main": "src/index.js",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "scripts": {
    "test": "npx jest",
    "test-coverage": "npx jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bazoFF/frontend-project-46.git"
  },
  "author": "Roman Bazov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bazoFF/frontend-project-46/issues"
  },
  "homepage": "https://github.com/bazoFF/frontend-project-46#readme",
  "dependencies": {
    "commander": "^12.0.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "jest": "^29.7.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21"
  }
}