TyrionFront/Brain-games

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "numonebg",
  "version": "7.0.8",
  "description": "first project",
  "scripts": {
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "babel-node": "babel-node",
    "eslint": "eslint",
    "prepublishOnly": "sudo npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "brain-games": "dist/bin/brain-games.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TyrionFront/Brain-games.git"
  },
  "keywords": [
    "brain"
  ],
  "author": "Dale Barbara",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TyrionFront/project-lvl1-s304/issues"
  },
  "homepage": "https://github.com/TyrionFront/project-lvl1-s304#readme",
  "devDependencies": {
    "@types/readline-sync": "^1.4.3",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.22.1"
  },
  "dependencies": {
    "readline-sync": "^1.4.10"
  }
}