grigorev-maksim/frontend-project-46

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "type": "module",
  "description": "Generator of difference is the CLI programm that generate difference between two files. Supporting formats: JSON, YML, YAML.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grigorev-maksim/frontend-project-46.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/grigorev-maksim/frontend-project-46/issues"
  },
  "homepage": "https://github.com/grigorev-maksim/frontend-project-46#readme",
  "dependencies": {
    "commander": "^10.0.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "eslint": "^8.36.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.2.1",
    "jest": "^29.5.0",
    "url": "^0.11.0"
  }
}