hsifananab/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/hsifananab/frontend-project-lvl2/workflows/hexlet-check/badge.svg)](https://github.com/hsifananab/frontend-project-lvl2/actions)",
  "main": "index.js",
  "type": "module",
  "bin": {
    "gendiff": "bin/gendiff.js"
  },
  "scripts": {
    "test": "npx jest --bail"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hsifananab/frontend-project-lvl2.git"
  },
  "author": "hsifananab",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hsifananab/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/hsifananab/frontend-project-lvl2#readme",
  "dependencies": {
    "babel-jest": "^27.5.1",
    "commander": "^9.1.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "ts-jest": "^27.1.4"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@jest/globals": "^27.5.1",
    "eslint": "^8.10.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.4",
    "jest": "^27.5.1"
  }
}