@delirius/welcard
Version:
WelCard is a lightweight and futuristic welcome card library designed for WhatsApp Bots.
48 lines (47 loc) • 933 B
JSON
{
"name": "@delirius/welcard",
"version": "1.0.39",
"description": "WelCard is a lightweight and futuristic welcome card library designed for WhatsApp Bots.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node exemple/test",
"build": "tsc"
},
"files": [
"dist",
"res",
"types",
"README.md"
],
"keywords": [
"canvacord",
"canvas",
"image",
"manipulation",
"easy",
"simple",
"fast",
"api",
"card",
"welcomer",
"welcard"
],
"repository": {
"type": "git",
"url": "https://github.com/delirius/delirius"
},
"bugs": {
"url": "https://github.com/delirius/delirius/issues"
},
"author": "Delirius",
"license": "MIT",
"dependencies": {
"@delirius/color-thief-node": "^1.0.0",
"@napi-rs/canvas": "^0.1.55",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^22.5.4"
}
}