{ "name": "discord-image-generation", "version": "1.4.12", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "src/index.js", "types": "typings/index.d.ts", "scripts": { "test": "node src/index.js" }, "author": { "name": "Mr¤KayJayDee", "email": "killian.dalcin@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://git.mrkayjaydee.xyz/Mr-KayJayDee/discord-image-generation" }, "bugs": { "url": "https://git.mrkayjaydee.xyz/Mr-KayJayDee/discord-image-generation/issues" }, "homepage": "https://git.mrkayjaydee.xyz/Mr-KayJayDee/discord-image-generation/src/branch/main/README.md", "keywords": [ "discord", "images", "generation", "gif", "manipulation", "canvas", "jimp", "photo", "picture", "drawing" ], "dependencies": { "canvas": "^2.6.1", "gifencoder": "^2.0.1", "jimp": "^0.16.1" } }