UNPKG

panaiscard

Version:

A powerful Node.js package to generate stunning music cards for Discord bots

65 lines (64 loc) 1.67 kB
{ "name": "panaiscard", "version": "0.1.50", "description": "A powerful Node.js package to generate stunning music cards for Discord bots", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "fonts" ], "scripts": { "build": "tsup", "test:m": "cd tests && node index.mjs", "test:c": "cd tests && node index.js", "lint": "biome lint --write src/", "format": "biome format --write src/" }, "keywords": [ "musicard", "music-card", "discord-music-card", "music-card-discord", "discord.js", "spotify", "youtube", "image", "node-canvas", "canvas-constructor", "discord", "discord-canvas" ], "author": "LucasB25", "license": "GPL-3.0-only", "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.13.13", "tsup": "^8.4.0", "typescript": "^5.8.2", "panaiscard": "^0.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/LucasB25/panaiscard.git" }, "bugs": { "url": "https://github.com/LucasB25/panaiscard/issues" }, "dependencies": { "@napi-rs/canvas": "^0.1.68", "cropify": "latest" }, "directories": { "test": "tests" }, "homepage": "https://github.com/LucasB25/panaiscard#readme" }