grepto/project-lvl1-s356

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexlet_braingames_by_grepto",
  "version": "1.7.0",
  "description": "Учебный проект Brain Games",
  "main": "",
  "keywords": [
    "hexlet",
    "BrainGames",
    "nodejs course"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grepto/project-lvl1-s356.git"
  },
  "author": "Alexander Popov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/grepto/project-lvl1-s356/issues"
  },
  "homepage": "https://github.com/grepto/project-lvl1-s356#readme",
  "dependencies": {
    "hexlet-pairs": "^1.0.8",
    "readline-sync": "^1.4.9"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0"
  },
  "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",
    "brain-progression": "dist/bin/brain-progression.js",
    "brain-prime": "dist/bin/brain-prime.js"
  },
  "files": [
    "dist"
  ]
}