UsmanAAV/project-lvl2-s225

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "project-gendiff",
  "version": "0.2.1",
  "description": "Compares two configuration files and shows a difference.",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "eslint": "npx eslint .",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UsmanAAV/project-lvl2-s225.git"
  },
  "author": "Azamat Abdullin",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/UsmanAAV/project-lvl2-s225/issues"
  },
  "homepage": "https://github.com/UsmanAAV/project-lvl2-s225#readme",
  "dependencies": {
    "commander": "*",
    "fs": "*",
    "lodash": "*",
    "js-yaml": "*",
    "ini": "*",
    "path": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-jest": "*",
    "babel-plugin-transform-runtime": "*",
    "@babel/preset-env": "*",
    "@babel/plugin-syntax-dynamic-import": "*",
    "@babel/plugin-syntax-import-meta": "*",
    "@babel/plugin-proposal-class-properties": "*",
    "@babel/plugin-proposal-json-strings": "*",
    "@babel/plugin-proposal-decorators": "*",
    "@babel/plugin-proposal-function-sent": "*",
    "@babel/plugin-proposal-export-namespace-from": "*",
    "@babel/plugin-proposal-numeric-separator": "*",
    "@babel/plugin-proposal-throw-expressions": "*",
    "@babel/plugin-proposal-export-default-from": "*",
    "@babel/plugin-proposal-logical-assignment-operators": "*",
    "@babel/plugin-proposal-optional-chaining": "*",
    "@babel/plugin-proposal-pipeline-operator": "*",
    "@babel/plugin-proposal-nullish-coalescing-operator": "*",
    "@babel/plugin-proposal-do-expressions": "*",
    "@babel/plugin-proposal-function-bind": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "eslint-plugin-jest": "*",
    "jest": "*",
    "jest-cli": "*"
  }
}