UNPKG

deuce-gendiff

Version:

CLI application, which compares two configurations files and shows a difference

58 lines (57 loc) 1.5 kB
{ "name": "deuce-gendiff", "version": "1.2.0", "description": "CLI application, which compares two configurations files and shows a difference", "keywords": [ "gendiff", "configs", "compare", "difference", "deuce" ], "bin": { "gendiff": "dist/bin/gendiff.js" }, "main": "src/index.js", "files": [ "dist" ], "scripts": { "babel-node": "babel-node", "test": "jest", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/PavelDeuce/difference-generator.git" }, "author": "Pavel Deryugin (PavelDeuce)", "license": "ISC", "bugs": { "url": "https://github.com/PavelDeuce/difference-generator/issues" }, "homepage": "https://github.com/PavelDeuce/difference-generator#readme", "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/node": "^7.6.3", "@babel/preset-env": "^7.6.3", "babel-eslint": "^10.0.3", "eslint": "^6.6.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^23.0.2", "eslint-plugin-prettier": "^3.3.1", "jest": "^24.9.0", "prettier": "^2.2.1" }, "dependencies": { "commander": "^3.0.2", "ini": "^1.3.5", "js-yaml": "^3.13.1", "lodash": "^4.17.15" } }