ddos-kaz/project-lvl2-s297

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "difference-estimator",
  "version": "7.0.4",
  "description": "Second project of Hexlet",
  "main": "src/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "babel": "babel",
    "eslint": "eslint",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddos-kaz/project-lvl2-s297.git"
  },
  "keywords": [
    "difference_estimator"
  ],
  "author": "ddos-kaz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ddos-kaz/project-lvl2-s297/issues"
  },
  "homepage": "https://github.com/ddos-kaz/project-lvl2-s297#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^23.4.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.1.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jest": "^21.18.0",
    "jest": "^23.4.1"
  },
  "dependencies": {
    "commander": "^2.16.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.10",
    "user": "0.0.0"
  }
}