vbwdev/project-lvl2-s269

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexlet-gendiff-by-vbwdev",
  "version": "0.4.0",
  "description": "Hexlet training project",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "scripts": {
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "eslint": "eslint",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "jest": {
    "testRegex": "(/__tests__/.*\\.(test|spec))\\.jsx?$"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbwdev/project-lvl2-s269.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vbwdev/project-lvl2-s269/issues"
  },
  "homepage": "https://github.com/vbwdev/project-lvl2-s269#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.12.0",
    "jest": "^23.1.0"
  },
  "dependencies": {
    "commander": "^2.15.1",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.10"
  }
}