{
  "name": "@cardinal-entertainment/nakama-util",
  "version": "1.12.0",
  "description": "",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Ryan Price<contactus@zoombies.world>",
  "repository": "git@github.com:Cardinal-Entertainment/nakama-server.git",
  "files": [
    "/dist",
    "README.md"
  ],
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@heroiclabs/nakama-js": "^2.4.1",
    "js-cookie": "^3.0.1"
  }
}
