{
  "devDependencies": {
    "@types/node": "^17.0.10",
    "@types/tap": "^15.0.5",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.5.1",
    "tap": "^15.1.6",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  },
  "nyc": {
    "reporter": [
      "html",
      "lcov"
    ]
  },
  "name": "rg-stats",
  "version": "1.1.0",
  "description": "A library for calculating various rhythm game stats.",
  "main": "js/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkrising/rg-stats.git"
  },
  "keywords": [
    "rhythm",
    "game",
    "stats",
    "math"
  ],
  "author": "zkldi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zkrising/rg-stats/issues"
  },
  "homepage": "https://github.com/zkrising/rg-stats#readme",
  "scripts": {
    "test": "tap",
    "snapshot": "tap",
    "snap": "tap",
    "build": "tsc",
    "lint": "eslint . --fix"
  }
}