UNPKG

@hedystia/discord

Version:

JavaScript library for interacting with the Discord API

32 lines (31 loc) 717 B
{ "name": "@hedystia/discord", "version": "1.13.1", "description": "JavaScript library for interacting with the Discord API", "main": "index.js", "types": "index.d.ts", "author": "contact@hedystia.com", "license": "ISC", "dependencies": { "form-data": "4.0.0", "ws": "8.13.0", "got": "12.6.0" }, "engines": { "node": ">=18.6.0" }, "repository": "https://github.com/Zastinian/Hedystia.js", "homepage": "https://docs.hedystia.com/docs/category/hedystiajs", "keywords": [ "client", "discord", "discord-client", "discord-api", "hedystia", "nodejs", "hedystia.js" ], "publishConfig": { "access": "public" } }