snsin/project-lvl2-s381

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-snsin",
  "version": "0.5.0",
  "description": "Console utility. Training project level 2",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snsin/project-lvl2-s381.git"
  },
  "keywords": [
    "learning",
    "pet-project",
    "cli"
  ],
  "author": "Sergey Sinitsyn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/snsin/project-lvl2-s381/issues"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "homepage": "https://github.com/snsin/project-lvl2-s381#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/node": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "eslint": "^5.10.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.2",
    "jest": "^23.6.0",
    "regenerator-runtime": "^0.13.1"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.11"
  }
}