musicardmodded
Version:
Musicard is one of the best canvas libraries to create a variety of music cards.
64 lines (63 loc) • 1.63 kB
JSON
{
"name": "musicardmodded",
"version": "2.1.12",
"description": "Musicard is one of the best canvas libraries to create a variety of music cards.",
"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",
"build:watch": "tsup --watch",
"deploy": "npm publish",
"deploy:beta": "npm publish --tag beta",
"test:m": "cd tests && node index.mjs",
"test:c": "cd tests && node index.js"
},
"keywords": [
"musicard",
"music-card",
"discord-music-card",
"music-card-discord",
"discord.js",
"spotify",
"youtube",
"image",
"node-canvas",
"canvas-constructor",
"discord",
"discord-canvas"
],
"author": "flameface",
"license": "GPL-3.0-only",
"devDependencies": {
"@types/node": "^20.12.12",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unburn/musicard.git"
},
"bugs": {
"url": "https://github.com/unburn/musicard/issues"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.52",
"cropify": "latest"
},
"directories": {
"test": "tests"
},
"homepage": "https://github.com/unburn/musicard#readme"
}