{
  "name": "loomianstatistics",
  "description": "For stats",
  "version": "1.0.25",
  "main": ".sim-dist/index.js",
  "dependencies": {
    "probe-image-size": "^5.0.0",
    "sockjs": "0.3.20",
    "sucrase": "^3.15.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "scripts": {
    "start": "node pokemon-showdown start",
    "build": "node build",
    "tsc": "tsc",
    "fast-lint": "eslint . --config .eslintrc-no-types.json --cache --cache-location .eslintcache-no-types --ext .js,.ts",
    "lint": "eslint . --cache --ext .js,.ts",
    "full-lint": "eslint . --cache --ext .js,.ts --max-warnings 0",
    "pretest": "npm run lint && npm run build",
    "test": "mocha",
    "posttest": "npm run tsc",
    "full-test": "npm run full-lint && npm run build && npm run tsc && mocha --forbid-only -g \".*\""
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "bin": "./pokemon-showdown",
  "author": "kingschool9",
  "license": "MIT",
  "devDependencies": {
    "@types/cloud-env": "^0.2.1",
    "@types/node": "^14.11.10",
    "@types/node-static": "^0.7.5",
    "@types/nodemailer": "^6.4.0",
    "@types/sockjs": "^0.3.32",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "eslint": "^7.11.0",
    "eslint-plugin-import": "^2.22.1",
    "husky": "^4.3.0",
    "mocha": "^8.2.0",
    "smogon": "^1.1.3",
    "typescript": "^4.0.3"
  }
}
