package.json
{
"name": "gendiff-test",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"engines": {
"node": "8"
},
"scripts": {
"prepublish": "npm run build",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"test": "jest",
"babel-node": "babel-node",
"eslint": "eslint",
"flow": "flow",
"flow-typed": "flow-typed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drytikov/gendiff.git"
},
"author": "drytikov",
"license": "ISC",
"bugs": {
"url": "https://github.com/drytikov/gendiff/issues"
},
"jest": {
"testEnvironment": "node"
},
"homepage": "https://github.com/drytikov/gendiff#readme",
"dependencies": {
"commander": "^2.11.0",
"ini": "^1.3.4",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-eslint": "*",
"babel-jest": "*",
"babel-plugin-transform-runtime": "*",
"babel-preset-env": "*",
"babel-preset-flow": "*",
"babel-preset-stage-0": "*",
"debug": "*",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-flowtype": "*",
"eslint-plugin-import": "*",
"eslint-plugin-jest": "*",
"flow-bin": "^0.56",
"flow-typed": "*",
"jest": "^21",
"jest-cli": "*"
}
}