abarmenkov/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "description": "A program for determining the difference between two data structures",
  "main": "index.js",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "type": "module",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abarmenkov/frontend-project-lvl2.git"
  },
  "author": "Barmenkov Andrey",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/abarmenkov/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/abarmenkov/frontend-project-lvl2#readme",
  "dependencies": {
    "commander": "^9.0.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21"
  },
  
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "eslint": "^8.8.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^26.0.0",
    "jest": "^27.5.0"
  }
}