blazecolour/project-lvl2-s285

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-blazecolour",
  "version": "1.1.7",
  "description": "gendiff cli",
  "main": "dist/index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "watch": "jest --watch",
    "babel-node": "babel-node",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blazecolour/config-generator-difference.git"
  },
  "author": "Serg Shitikov <936x936@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blazecolour/config-generator-difference/issues"
  },
  "homepage": "https://github.com/blazecolour/config-generator-difference#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^23.4.0",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "coveralls": "^3.0.2",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jest": "^21.17.0",
    "jest": "^22",
    "jest-cli": "^22.4.3"
  },
  "dependencies": {
    "commander": "^2.16.0",
    "ini": "^1.3.5",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.10"
  }
}