{
  "name": "stihirus-reader",
  "version": "1.1.0",
  "description": "Fetches author profile information and optionally poems from stihirus.ru",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.12",
    "node-fetch": "3.3.2"
  },
  "keywords": [
    "stihirus",
    "parser",
    "api",
    "reader",
    "poems",
    "poetry",
    "author",
    "profile",
    "opex"
  ],
  "author": "t.me/OpexDev",
  "license": "MIT"
}