UNPKG

cwk-gen

Version:

High-quality image generator for Discord bots with welcome images, rank cards, profile cards, and server banners

66 lines (65 loc) 1.48 kB
{ "name": "cwk-gen", "version": "1.1.3", "description": "High-quality image generator for Discord bots with welcome images, rank cards, profile cards, and server banners", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "start": "node src/index.js", "lint": "eslint src/ test/", "prepare": "npm run build", "build": "tsc --build || echo 'TypeScript not configured'" }, "repository": { "type": "git", "url": "git+https://github.com/Khanmanan/cwk-gen.git" }, "keywords": [ "discord", "image", "generator", "welcome", "rank", "profile", "banner", "discord.js", "card", "xp", "level" ], "author": "Khanmanan", "license": "MIT", "bugs": { "url": "https://github.com/Khanmanan/cwk-gen/issues" }, "homepage": "https://github.com/Khanmanan/cwk-gen#readme", "engines": { "node": ">=16.0.0" }, "files": [ "src/**/*.js", "src/**/*.d.ts" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "dependencies": { "@napi-rs/canvas": "^0.1.70", "axios": "^1.6.2", "canvas-gif": "^1.0.3", "gif-frames": "^1.0.1", "gifencoder": "^2.0.1", "jimp": "^0.22.7", "path": "^0.12.7", "sharp": "^0.29.3", "temp": "^0.9.4", "tmp": "^0.2.3" }, "devDependencies": { "@types/node": "^20.0.0", "eslint": "^8.56.0", "prettier": "^3.2.4", "typescript": "^5.0.0" } }