{
  "name": "catozolala-card-canvas",
  "version": "1.0.17",
  "description": "Generate stylish welcome cards with Node.js and canvas",
  "main": "index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.esm.js"
    }
  },
  "type": "commonjs",
  "keywords": [
    "canvas",
    "welcome",
    "discord",
    "image",
    "generator"
  ],
  "author": "catozolala",
  "license": "MIT",
  "dependencies": {
    "canvas": "^2.11.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}