1
0
Fork 0
mirror of https://github.com/1disk/edp445.git synced 2024-08-14 22:47:02 +00:00

Changed alot of things.

This commit is contained in:
koelo 2022-12-03 05:44:44 +00:00
parent a5a0523e5a
commit 3513d5390c
2016 changed files with 336930 additions and 9 deletions

68
node_modules/canvacord/package.json generated vendored Normal file
View file

@ -0,0 +1,68 @@
{
"name": "canvacord",
"version": "5.4.8",
"description": "Powerful image manipulation package for beginners.",
"main": "index.js",
"types": "typings/index.d.ts",
"bin": "./bin/canvacord.js",
"files": [
"bin",
"scripts",
"libs",
"plugins",
"src",
"index.js",
"typings"
],
"scripts": {
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"test": "cd test && node .",
"types": "tsc",
"postinstall": "node scripts/postinstall.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevAndromeda/Canvacord.git"
},
"keywords": [
"canvacord",
"canvas",
"image",
"manipulation",
"easy",
"simple",
"fast",
"api",
"rank",
"card",
"rankcard",
"welcomer",
"leaver",
"spotify",
"memegen"
],
"author": "DevAndromeda",
"funding": {
"type": "individual",
"url": "https://paypal.me/devsnowflake"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DevAndromeda/Canvacord/issues"
},
"homepage": "https://canvacord.js.org",
"dependencies": {
"@napi-rs/canvas": "^0.1.29",
"@skyra/gifenc": "^1.0.0",
"chalk": "^5.0.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "2.6.7"
},
"devDependencies": {
"@discordjs/docgen": "^0.11.1",
"@types/node": "^16.4.7",
"typescript": "^4.7.4"
}
}