hancorg-spb/project-lvl1-s400

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hancorg_hexlet",
  "version": "1.7.5",
  "description": "My first project on Hexlet",
  "repository": {
    "type": "git",
    "url": "https://github.com/hancorg-spb/project-lvl1-s400"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "author": "hancorg",
  "license": "ISC",
  "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-progression": "dist/bin/brain-progression.js",
    "brain-prime": "dist/bin/brain-prime.js"
  },
  "homepage": "https://github.com/hancorg-spb/project-lvl1-s400/blob/master/README.md",
  "keywords": [
    "brain-games",
    "hexlet"
  ],
  "dependencies": {
    "readline-sync": "^1.4.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-flow": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.11.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0"
  }
}