{
  "name": "@rbxts/playfab",
  "version": "2.1.9",
  "description": "A PlayFab SDK for Roblox. PlayFab is a complete backend platform for live games with managed game services, real-time analytics, and LiveOps.",
  "main": "out/init.lua",
  "scripts": {
    "build": "rbxtsc-dev build --type=package && cp src/*.d.ts out/",
    "test": "npm run build && npm run test-rojo && npm run test-run",
    "test-rojo": "rojo build tests -o ./tests/test.rbxlx",
    "test-run": "run-in-roblox --place ./tests/test.rbxlx --script ./tests/spec.lua"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grilme99/RobloxPlayFabSDK.git"
  },
  "keywords": [],
  "author": "grilme99 (Brooke)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grilme99/RobloxPlayFabSDK/issues"
  },
  "homepage": "https://gril.me/RobloxPlayFabSDK/",
  "publishConfig": {
    "access": "public"
  },
  "types": "out/index.d.ts",
  "devDependencies": {
    "@rbxts/testez": "^0.3.1-ts.6",
    "@rbxts/types": "^1.0.394",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "eslint": "^7.9.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-roblox-ts": "0.0.21",
    "prettier": "^2.1.1",
    "typedoc": "^0.19.2",
    "typescript": "^4.0.2"
  },
  "dependencies": {}
}
