{ "$schema": "http://json.schemastore.org/package", "name": "@discordjs/rest", "version": "0.1.0-canary.0", "description": "The REST API for Discord.js", "contributors": [ "Amish Shah ", "Crawl ", "SpaceEEC ", "Vlad Frangu ", "Antonio Roman " ], "license": "Apache-2.0", "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", "build": "tsc --build --force" }, "repository": { "type": "git", "url": "git+https://github.com/discordjs/discord.js-next.git" }, "bugs": { "url": "https://github.com/discordjs/discord.js-next/issues" }, "homepage": "https://github.com/discordjs/discord.js-next/tree/master/packages/rest", "keywords": [ "discord", "api", "rest", "discordapp", "discordjs" ], "main": "dist/index.js", "directories": { "lib": "src", "test": "__tests__" }, "files": [ "dist" ], "dependencies": { "@discordjs/collection": "^0.1.6", "@sapphire/async-queue": "^1.1.4", "@sapphire/snowflake": "^1.3.5", "abort-controller": "^3.0.0", "discord-api-types": "^0.18.1", "form-data": "^4.0.0", "node-fetch": "^2.6.1", "tslib": "^2.3.0" }, "devDependencies": { "@types/node-fetch": "^2.5.10" }, "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "2e640a9ffeaecc562f4845ffeebccdb803607ef3" }