package.json
{ "name": "@hexlet/code", "version": "1.0.0", "type": "module", "description": "Specifies the difference between two data structures. Accepts JSON and yaml files. Generates a plain text, stylish and json report.", "main": "src/gendiff.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "bin": { "gendiff": "bin/gendiff.js" }, "dependencies": { "commander": "^10.0.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21" }, "devDependencies": { "eslint": "^8.43.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.2", "jest": "^29.5.0" }}