package.json
{
"name": "generate_diff",
"version": "0.2.40",
"description": "The training project",
"main": "index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"eslint": "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/Redxnel/project-lvl2-s405.git"
},
"author": "Redxnel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Redxnel/project-lvl2-s405/issues"
},
"jest": {
"testEnvironment": "node"
},
"homepage": "https://github.com/Redxnel/project-lvl2-s405#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.3",
"jest": "^23.6.0",
"jest-cli": "^23.6.0"
},
"dependencies": {
"commander": "^2.19.0",
"ini": "^1.3.5",
"js-yaml": "^3.12.1",
"lodash": "^4.17.11"
},
"keywords": [
"gendiff",
"difference",
"utility"
]
}