{
  "name": "websshot",
  "version": "1.0.0",
  "description": "Simple package to take screenshot of given html or markdown code.",
  "main": "index.js",
  "types": "./typings/index.d.ts",
  "scripts": {
    "test": "cd test && node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevSnowflake/websshot.git"
  },
  "keywords": [
    "canvas",
    "html",
    "html-to-canvas",
    "screenshot",
    "html-screenshot",
    "markdown-screenshot",
    "puppeteer"
  ],
  "author": "Snowflake107",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/DevSnowflake/websshot/issues"
  },
  "homepage": "https://github.com/DevSnowflake/websshot#readme",
  "dependencies": {
    "@types/node": "^14.14.27",
    "cheerio": "^1.0.0-rc.5",
    "puppeteer": "^7.1.0",
    "showdown": "^1.9.1"
  }
}
