You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"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://github.com/Mr-KayJayDee/discord-image-generation.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Mr-KayJayDee/discord-image-generation/issues"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/yourOrganizationOrAccount"
|
|
},
|
|
"homepage": "https://github.com/Mr-KayJayDee/discord-image-generation#readme",
|
|
"keywords": [
|
|
"discord",
|
|
"images",
|
|
"generation",
|
|
"gif",
|
|
"manipulation",
|
|
"canvas",
|
|
"jimp",
|
|
"photo",
|
|
"picture",
|
|
"drawing"
|
|
],
|
|
"dependencies": {
|
|
"canvas": "^2.6.1",
|
|
"gifencoder": "^2.0.1",
|
|
"jimp": "^0.16.1"
|
|
}
|
|
}
|