aquaform/project-lvl2-s96

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "generate-differences-pvv",
  "version": "0.0.5",
  "description": "Generate differences",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch",
    "babel-node": "babel-node",
    "start": "NODE_ENV=production babel-node -- src/bin/gendiff.js",
    "build": "babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build",
    "eslint": "eslint __tests__"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "node_modules",
      "__fixtures__"
    ]
  },
  "author": "Vladimir Ku",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "~6.24.1",
    "babel-core": "~6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-preset-env": "~1.4.0",
    "babel-preset-stage-0": "~6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0",
    "jest": "^20.0.3"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "ini": "^1.3.4",
    "js-yaml": "^3.8.4",
    "lodash": "^4.17.4",
    "path": "^0.12.7",
    "readline-sync": "^1.4.7"
  }
}