NikiforovJacob/Brain-games

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "braingameshexletnikiforovyakov",
  "version": "0.7.0",
  "description": "console game",
  "main": "",
  "bin": {
    "brain-games": "dist/bin/brain-games.js"
  },
  "keywords": [
    "game",
    "brain",
    "mind"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "author": "Hexlet_Nikiforov Yakov",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/node": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "babel-eslint": "^10.0.2",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.18.0"
  },
  "dependencies": {
    "readline-sync": "^1.4.9"
  }
}