snupt/project-lvl1-s124

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "project-lvl1-s124",
  "version": "1.6.0",
  "description": "Another Brain Game application from Hexlet online school",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "flow": "flow",
    "flow-typed": "flow-typed",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build",
    "eslint": "eslint"
  },
  "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-balance": "dist/bin/brain-balance.js",
    "brain-progression": "dist/bin/brain-progression.js",
    "brain-prime": "dist/bin/brain-prime.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snupt/project-lvl1-s124.git"
  },
  "author": "Dmitriy Khraponov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/snupt/project-lvl1-s124/issues"
  },
  "homepage": "https://github.com/snupt/project-lvl1-s124#readme",
  "dependencies": {
    "readline-sync": "",
    "hexlet-pairs": ""
  },
  "devDependencies": {
    "babel-cli": "",
    "babel-core": "",
    "babel-eslint": "",
    "babel-preset-env": "",
    "babel-preset-flow": "",
    "babel-preset-stage-0": "",
    "eslint": "^4.6.0",
    "eslint-config-airbnb-base": "",
    "eslint-plugin-flowtype": "",
    "eslint-plugin-import": "",
    "eslint-plugin-jest": "",
    "flow-bin": "",
    "flow-typed": "",
    "jest": ""
  }
}