drytikov/project-lvl1-s128

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "brain-games-dimon",
  "version": "0.0.14",
  "description": "",
  "main": "dist/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",
    "babel-node": "babel-node",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drytikov/brain-games.git"
  },
  "author": "drytikov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/drytikov/brain-games/issues"
  },
  "homepage": "https://github.com/drytikov/brain-games#readme",
  "dependencies": {
    "colors": "^1.1.2",
    "readline-sync": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "babel-eslint": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*"
  }
}