Enigmadie/project-lvl1-s364

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "enigma-brain-games",
  "version": "1.1.5",
  "main": "",
  "bin": {
    "brain-games": "dist/bin/brain-games.js",
    "brain-even": "dist/bin/brain-even.js",
    "brain-calculate": "dist/bin/brain-calculate.js",
    "brain-gcd": "dist/bin/brain-gcd.js",
    "brain-progression": "dist/bin/brain-progression.js",
    "brain-prime": "dist/bin/brain-prime.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "hexlet-pairs": "^1.0.8",
    "readline-sync": "^1.4.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.3",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2"
  },
  "scripts": {
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Enigmadie/brain-games.git"
  },
  "author": "Albert Kh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Enigmadie/project-lvl1-s364/issues"
  },
  "homepage": "https://github.com/Enigmadie/project-lvl1-s364#readme",
  "description": "project for the games with numbers",
  "keywords": [
    "brain",
    "games",
    "Hexlet",
    "project",
    "numbers",
    "game"
  ]
}