{
  "name": "@guildedjs/rest",
  "version": "3.1.2",
  "description": "Rest structure for guilded.js",
  "author": "Zaid \"Nico\" <contact@nico.engineer>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "typedoc": {
    "entryPoint": "lib/index.ts"
  },
  "devDependencies": {
    "@guildedjs/guilded-api-typings": "4.0.0",
    "@types/node-fetch": "2.6.2",
    "@types/qs": "^6.9.7",
    "typescript": "5.0.4"
  },
  "dependencies": {
    "form-data": "^4.0.0",
    "node-fetch": "2.6.7",
    "qs": "^6.10.5",
    "typed-emitter": "2.1.0"
  },
  "contributors": [
    {
      "name": "Zaid \"Nico\"",
      "email": "contact@nico.engineer",
      "url": "https://github.com/zaida04"
    },
    {
      "name": "Skillz4Killz",
      "email": "guildedjs@drskillz.33mail.com",
      "url": "https://github.com/Skillz4Killz"
    },
    {
      "name": "Uhuh \"Dylan\"",
      "email": "dylan@panku.io",
      "url": "https://github.com/uhuh"
    },
    {
      "name": "DaStormer",
      "email": "dastormer@stormdevelopmentz.xyz",
      "url": "https://github.com/DaStormer"
    }
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    },
    "./": "./"
  },
  "keywords": [
    "guilded",
    "guildedjs",
    "guilded.js",
    "guilded-api"
  ],
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://github.com/guildedjs/guilded.js/tree/main/packages/rest#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guildedjs/guilded.js.git"
  },
  "bugs": {
    "url": "https://github.com/guildedjs/guilded.js/issues"
  },
  "gitHead": "eee38a19e0bfa812d7136cc78a6bc99e0b402b0c",
  "scripts": {
    "build": "tsc && gen-esm-wrapper . ./dist/index.mjs",
    "build:typecheck": "tsc --noEmit"
  },
  "readme": "# `@guildedjs/rest`\n\n[![GitHub](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/guildedjs/guilded.js/blob/main/LICENSE)\n[![npm](https://img.shields.io/npm/v/@guildedjs/rest?color=crimson&logo=npm)](https://www.npmjs.com/package/@guildedjs/rest)\n[![CI workflows](https://github.com/guildedjs/guilded.js/actions/workflows/ci.yml/badge.svg)](https://github.com/guildedjs/guilded.js/actions/workflows/ci.yml)\n\nRest utility for making requests to the Guilded.gg API.\n\n> ⚠️ If you intend to use `guilded.js` you won't need to install this, as it's already a dependency of that package.\n\n## Installation\n\nYou can install this package from [NPM](https://www.npmjs.com/package/@guildedjs/rest)\n\n-   `npm install @guildedjs/rest`\n-   `yarn add @guildedjs/rest`\n\n## Contributing\n\nPlease see the main [README.md](https://github.com/guildedjs/guilded.js) for info on how to contribute to this package or the other `@guildedjs` packages.\n\n## LICENSE\n\nLicensed under the [MIT License](https://github.com/guildedjs/guilded.js/blob/main/LICENSE)\n"
}