Alekseyzh/project-lvl1-s132

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "brain-games-03",
  "version": "0.5.5",
  "description": "Brain Games",
  "main": "",
  "bin": {
    "brain-games": "dist/bin/brain-games.js",
    "brain-even": "dist/bin/brain-even.js",
    "brain-calc": "dist/bin/brain-calc.js",
    "brain-gcd": "dist/bin/brain-gcd.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "babel-node": "babel-node",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alekseyzh/project-lvl1-s132.git"
  },
  "author": "Aleksei Zhigzhitov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Alekseyzh/project-lvl1-s132/issues"
  },
  "homepage": "https://github.com/Alekseyzh/project-lvl1-s132#readme",
  "dependencies": {
    "hexlet-pairs": "^1.0.5",
    "readline-sync": "^1.4.7"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "^8.0.1",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "^4.8.0",
    "eslint-config-airbnb-base": "^12.0.2",
    "eslint-plugin-import": "^2.7.0"
  }
}