{
  "name": "ratings",
  "version": "0.4.4",
  "description": "ELO ratings helper",
  "main": "src/index.js",
  "scripts": {
    "prepare": "yarn build && yarn test",
    "test": "mocha \"src/**/*.spec.js\"",
    "build": "tsc",
    "lint": "prettier --single-quote=true --no-bracket-spacing=true --tab-width=2 --trailing-comma=none --use-tabs=false --print-width=100 --no-semi --write \"src/**/*.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seikho/ratings.git"
  },
  "keywords": [
    "elo",
    "fide",
    "ratings",
    "chess",
    "rating",
    "calculator"
  ],
  "typings": "types/index.d.ts",
  "author": "Carl Winkler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seikho/ratings/issues"
  },
  "homepage": "https://github.com/seikho/ratings#readme",
  "devDependencies": {
    "@types/chai": "^4.1.1",
    "@types/mocha": "^2.2.46",
    "@types/node": "^9.3.0",
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "prettier": "^1.10.2",
    "typescript": "2.6"
  }
}