Cristikijian/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/Cristikijian/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/Cristikijian/frontend-project-lvl2/actions)",
  "main": "src/index.js",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cristikijian/frontend-project-lvl2.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Cristikijian/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/Cristikijian/frontend-project-lvl2#readme",
  "dependencies": {
    "commander": "^9.3.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "zsh": "^0.0.1"
  },
  "type": "module",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@jest/globals": "^28.0.3",
    "babel-jest": "^28.1.3",
    "eslint": "^8.17.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.6.0",
    "jest": "^28.1.3",
    "jest-cli": "^28.0.3",
    "npm-check-updates": "^12.5.11",
    "simple-git-hooks": "^2.7.0"
  }
}