{
  "name": "brain-games-lvl1-s89",
  "version": "7.0.1",
  "description": "a pack of mini games",
  "main": "index.js",
  "bin": {
    "brain-games": "dist/bin/brain-games.js",
    "brain-even": "dist/bin/brain-even.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baranovRP/project-lvl1-s89.git"
  },
  "keywords": [
    "js",
    "npm",
    "setup",
    "game",
    "brain"
  ],
  "author": "baranovrp",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/baranovRP/project-lvl1-s89/issues"
  },
  "homepage": "https://github.com/baranovRP/project-lvl1-s89#readme",
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*"
  },
  "dependencies": {
    "readline-sync": "*",
    "hexlet-pairs": "*"
  }
}
