deputatov/frontend-project-lvl2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "frontend-project-lvl2-deputatovn",
  "version": "1.0.3",
  "description": "frontend project difference calculator",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "main": "dist/index.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/deputatov/frontend-project-lvl2.git"
  },
  "keywords": [
    "frontend",
    "project",
    "lvl2",
    "deputatovn"
  ],
  "author": "Nikita Deputatov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deputatov/frontend-project-lvl2/issues"
  },
  "homepage": "https://github.com/deputatov/frontend-project-lvl2#readme",
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@babel/node": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "eslint": "^6.5.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "jest": "^24.9.0"
  },
  "dependencies": {
    "commander": "^3.0.2",
    "ini": "^1.3.5",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15"
  }
}