pravdorin/backend-project-lvl1

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "brain-games-pravdin-anton",
  "version": "1.8.1",
  "description": "Brain games",
  "keywords": [
    "games",
    "numbers",
    "fun"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "./node_modules/.bin/eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "brain-games": "dist/games/brain-games.js",
    "brain-even": "dist/games/even.js",
    "brain-calc": "dist/games/calc.js",
    "brain-gcd": "dist/games/gcd.js",
    "brain-prime": "dist/games/prime.js",
    "brain-progression": "dist/games/progression.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pravdorin/backend-project-lvl1.git"
  },
  "author": "Pravdin Anton",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pravdorin/backend-project-lvl1/issues"
  },
  "homepage": "https://github.com/pravdorin/backend-project-lvl1#readme",
  "devDependencies": {
    "@babel/cli": "^7.6.3",
    "@babel/core": "^7.6.3",
    "@babel/node": "^7.6.3",
    "@babel/preset-env": "^7.6.3",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.5.1",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-react-hooks": "^1.7.0"
  },
  "dependencies": {
    "@hexlet/pairs": "^1.0.10",
    "readline-sync": "^1.4.10"
  }
}