gendiff-pdronenko
Version:
Compares two configuration files and shows a difference.
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "gendiff-pdronenko",
"version": "1.3.5",
"description": "Compares two configuration files and shows a difference.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/pdronenko/project-lvl2-s439"
},
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"jest": {
"testEnvironment": "node"
},
"author": "pdronenko",
"license": "ISC",
"keywords": [
"differences",
"cli utility"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"jest": "^24.0.0",
"jest-cli": "^24.0.0"
},
"dependencies": {
"commander": "^2.19.0",
"ini": "^1.3.5",
"js-yaml": "^3.12.2",
"lodash": "^4.17.11",
"source-map-support": "^0.5.10"
}
}