UNPKG

vante-giveaways

Version:

A complete framework to facilitate the creation of giveaways using discord.js

39 lines (38 loc) 958 B
{ "name": "vante-giveaways", "description": "A complete framework to facilitate the creation of giveaways using discord.js", "homepage": "https://giveaways.vante.dev/", "version": "3.5.0", "author": "Kaan 'Vante' Karahanlı", "main": "./index.js", "license": "GPL-3.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon ./index.js" }, "repository": { "type": "git", "url": "github.com/vante-dev/vante-giveaways" }, "keywords": [ "discord", "discord.js", "giveaways", "framework", "bot", "discord-giveaways", "discord giveaways", "giveaway" ], "dependencies": { "deepmerge-ts": "^4.2.1", "serialize-javascript": "^6.0.0" }, "devDependencies": { "@types/node": "^18.0.3", "discord.js": "^14.0.3", "eslint": "^8.20.0", "eslint-plugin-node": "^11.1.0", "typescript": "^4.7.4" } }