windyeti/project-lvl1-s304

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "say_very_short_welcome",
  "version": "1.4.5",
  "description": "learning project",
  "main": "",
  "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"
  },
  "files": [
    "dist"
  ],
  "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",
    "prepublishOnly": "npm run build",
    "eslint": "eslint"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.5",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.13.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/windyeti/project-lvl1-s304.git"
  },
  "author": "Egor Tikhanin",
  "license": "ISC",
  "keywords": [
    "hexlet",
    "first project",
    "brain-games"
  ],
  "bugs": {
    "url": "https://github.com/windyeti/project-lvl1-s304/issues"
  },
  "homepage": "https://github.com/windyeti/project-lvl1-s304#readme",
  "dependencies": {
    "hexlet-pairs": "^1.0.8",
    "readline-sync": "^1.4.9"
  }
}