landrail8/project-lvl2-s213

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "diffcalchexletproject",
  "version": "0.0.35",
  "description": "Difference Calculator as Hexlet project",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": "8"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/landrail8/project-lvl2-s213.git"
  },
  "author": "madgambler",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/landrail8/project-lvl2-s213/issues"
  },
  "homepage": "https://github.com/landrail8/project-lvl2-s213#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-jest": "^22.0.4",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.14.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-flowtype": "^2.40.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.5.0",
    "jest": "^22.0.4",
    "regenerator-runtime": "^0.11.1"
  },
  "dependencies": {
    "commander": "^2.12.2",
    "ini": "^1.3.5",
    "js-yaml": "^3.10.0",
    "readline-sync": "^1.4.7",
    "lodash": "^4.17.4"
  },
  "config": {
    "unsafe-perm": true
  }
}