{
  "name": "erlc-api",
  "version": "3.3.3",
  "description": "An ER:LC API wrapper for JS/TS",
  "main": "index.js",
  "types": "src/types/index.d.ts",
  "packageManager": "pnpm@11.1.2",
  "keywords": [
    "erlc",
    "roblox",
    "prc",
    "erlc-api",
    "liberty-county"
  ],
  "author": "egologics",
  "license": "MIT",
  "devDependencies": {
    "jest": "^30.4.2",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "node-fetch": "^3.3.2",
    "ora": "^9.4.0"
  },
  "scripts": {
    "test": "jest"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "unrs-resolver"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Exodo0/ERLC-API.git"
  },
  "bugs": {
    "url": "https://github.com/Exodo0/ERLC-API/issues"
  },
  "homepage": "https://github.com/Exodo0/ERLC-API#readme"
}
