{
  "name": "quizlet-fetcher",
  "version": "3.0.0",
  "description": "HTML parser for Quizlet flashcards decks",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "node esbuild.config.js",
    "test": "node test"
  },
  "exports": {
    ".": {
      "require": "./dist/index.min.cjs",
      "import": "./dist/index.min.mjs"
    }
  },
  "keywords": [
    "quizlet",
    "scraper",
    "flashcards",
    "html",
    "parser"
  ],
  "author": "aboutdavid",
  "license": "LGPL-3.0-or-later",
  "dependencies": {
    "cheerio": "1.0.0-rc.12"
  },
  "devDependencies": {
    "esbuild": "^0.23.1",
    "esbuild-plugin-clean": "^1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aboutdavid/quizlet-fetcher.git"
  },
  "bugs": {
    "url": "https://github.com/aboutdavid/quizlet-fetcher/issues"
  },
  "homepage": "https://github.com/aboutdavid/quizlet-fetcher#readme"
}
