di122/backend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-di122",
  "version": "1.0.0",
  "description": "Compares two configuration files and shows a difference.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "eslint": "eslint"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "bin": {
    "gendiff": "src/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/di122/backend-project-lvl2.git"
  },
  "author": "di122",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/di122/backend-project-lvl2/issues"
  },
  "homepage": "https://github.com/di122/backend-project-lvl2#readme",
  "devDependencies": {
    "eslint": "^7.7.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.21.2",
    "fs": "0.0.1-security",
    "jest": "^26.4.2"
  },
  "dependencies": {
    "@jest/globals": "^26.0.1",
    "commander": "^5.1.0",
    "ini": "^1.3.5",
    "jest-cli": "^26.1.0",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.15",
    "path": "^0.12.7"
  }
}