UNPKG

discord-giveaways-s

Version:

Advanced module for creating and managing giveaways in Discord bots.

77 lines (76 loc) 1.63 kB
{ "name": "discord-giveaways-s", "author": "Shadow", "discordAuthorId": "692734286276853760", "discord": "https://discord.gg/9HYB4n3Dz4", "description": "Advanced module for creating and managing giveaways in Discord bots.", "main": "./cjs/index.js", "module": "./esm/index.js", "exports": { "import": "./esm/index.js", "require": "./cjs/index.js" }, "type": "commonjs", "version": "2.1.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DBM-POLSKA/discord-giveaways-s" }, "funding": [ { "type": "tipply", "url": "https://tipply.pl/@shadow64gg" } ], "bugs": { "url": "https://discord.gg/9HYB4n3Dz4" }, "homepage": "https://github.com/DBM-POLSKA/discord-giveaways-s#readme", "keywords": [ "shadow", "nodejs", "npm", "github", "discord", "discordjs", "giveaway", "giveaways", "raffle", "contests", "bot", "discord-bot", "giveaway-manager", "giveaway-bot", "event", "discord-api", "discord-bot-module", "bot-module", "discord-giveaway", "giveaway-system", "prizes", "discord-community", "discord-giveaways-s" ], "engines": { "node": ">=15.0.0" }, "scripts": { "test": "node tests/test.js", "test-000": "", "test-esm": "node --input-type=module esm/index.js", "convert-cjs-to-esm": "cjstoesm ./cjs ./esm" }, "devDependencies": { "cjstoesm": "^3.0.0" }, "files": [ "cjs/", "esm/", "CHANGELOG.md", "DOCUMENTATION.md", "LICENSE", "package.json", "README.md" ] }