{
  "name": "bloxy-v2",
  "private": false,
  "version": "5.8.2",
  "engines": {
    "node": ">=12.0.0"
  },
  "main": "./dist/index.js",
  "description": "A Node.JS library for interacting with the Roblox website and its API.",
  "bugs": {
    "url": "https://github.com/visualizememe/bloxy/issues"
  },
  "repository": {
    "directory": "https://github.com",
    "url": "git+https://github.com/visualizememe/bloxy.git",
    "type": "github"
  },
  "homepage": "https://bloxy.js.org/",
  "scripts": {
    "test": "jest",
    "test-with-coverage": "jest --coverage && cat ./coverage/lcov.info | codacy-coverage",
    "build": "tsc --skipLibCheck",
    "eslint": "eslint . --ext .ts",
    "prepublishOnly": "npm run build",
    "create-docs": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --namedAnchors --excludeExternals --out docs src && mkdocs build",
    "prepare-windows": "npm install && npm run build && npm run create-docs && echo 'Finished'"
  },
  "types": "./dist/index.d.ts",
  "keywords": [
    "roblox",
    "roblox api",
    "roblox group",
    "roblox groups",
    "bloxy",
    "nodejs roblox",
    "roblox nodejs",
    "roblox module"
  ],
  "author": "ScriptBased",
  "license": "MIT",
  "devDependencies": {
    "@types/debug": "^4.1.8",
    "@types/lodash": "^4.14.195",
    "@types/node": "^20.4.2",
    "@types/tough-cookie": "^4.0.2",
    "@types/websocket": "^1.0.5",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "codacy-coverage": "^2.0.3",
    "eslint": "^8.45.0",
    "eslint-plugin-security": "^1.7.1",
    "faker": "^5.5.3",
    "fast-check": "^3.11.0",
    "got": "^13.0.0",
    "jest": "^29.6.1",
    "joi": "^17.9.2",
    "typedoc": "^0.24.8",
    "typedoc-plugin-markdown": "^3.15.3",
    "typedoc-plugin-markdown-pages": "^0.3.0",
    "typescript": "^5.1.6",
    "yarn-upgrade-all": "^0.7.2"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "signalr-client": "^0.0.20",
    "tough-cookie": "^4.1.3",
    "tslib": "^2.6.0"
  },
  "jest": {
    "collectCoverage": true,
    "coverageDirectory": "./coverage/"
  }
}
