{
  "name": "brain-games-ryt",
  "version": "0.0.23",
  "description": "",
  "main": "index.js",
  "bin": {
    "brain-games": "dist/bin/brain-games.js"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drytikov/brain-games.git"
  },
  "author": "Rytikov Dmitrii",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/drytikov/brain-games/issues"
  },
  "homepage": "https://github.com/drytikov/brain-games#readme",
  "dependencies": {
    "hexlet-pairs": "^1.0.5",
    "readline-sync": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*"
  }
}
