SergeiKiss/frontend-project-44

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "type": "module",
  "version": "8.0.0",
  "description": "Training package - simple text-based games in the console",
  "bin": {
    "brain-games": "bin/runBrainGames.js",
    "brain-even": "bin/runBrainEven.js",
    "brain-calc": "bin/runBrainCalc.js",
    "brain-gcd": "bin/runBrainGcd.js",
    "brain-progression": "bin/runBrainProgression.js",
    "brain-prime": "bin/runBrainPrime.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SergeiKiss/frontend-project-44.git"
  },
  "author": "Sergei KISS",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/SergeiKiss/frontend-project-44/issues"
  },
  "homepage": "https://github.com/SergeiKiss/frontend-project-44#readme",
  "dependencies": {
    "readline-sync": "^1.4.10"
  },
  "devDependencies": {
    "eslint": "^8.25.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0"
  }
}