{
  "name": "get-reading-time",
  "version": "1.3.4",
  "main": "/dist/index.js",
  "module": "/dist/index.mjs",
  "types": "/dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "start": "node dist/test.js",
    "lint": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nurahmed123/get-reading-time.git",
    "license": "https://github.com/nurahmed123/get-reading-time/blob/main/LICENSE"
  },
  "publishConfig": {
    "registry": "https://www.npmjs.com/package/get-reading-time"
  },
  "keywords": [
    "get-reading-time",
    "reading time",
    "text analysis",
    "content generation",
    "markdown converter",
    "language translation",
    "SEO",
    "innovation",
    "Md Nur Ahmad",
    "text metrics",
    "reading time calculator",
    "word counter",
    "character counter",
    "sentence counter",
    "readability calculator",
    "sentiment analysis tool",
    "SEO keyword extractor",
    "AI content generator",
    "AI text analysis",
    "markdown table generator",
    "text translation tool",
    "language translation API",
    "text processing library",
    "node text analysis",
    "npm text analysis tool",
    "Cohere AI content generation",
    "automatic punctuation",
    "capitalization correction",
    "content analysis tool",
    "digital text analysis",
    "JavaScript text analysis",
    "content generation API",
    "reading time estimator",
    "automated text correction",
    "auto text summarization",
    "auto text generation",
    "SEO content optimization",
    "text readability score",
    "Flesch reading ease",
    "sentiment score analysis",
    "text summarization",
    "text analytics",
    "readability analyzer",
    "AI-powered text analysis",
    "JavaScript reading time tool",
    "npm package for text analysis",
    "grammar and punctuation checker",
    "automated writing analysis",
    "content improvement tool",
    "writing analytics",
    "smart text processing",
    "digital content optimization",
    "AI markdown formatting",
    "markdown formatting tool",
    "advanced text metrics",
    "keyword extraction tool",
    "text insight generator",
    "content readability checker"
  ],
  "author": "Md Nur Ahmad",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nurahmed123/get-reading-time/issues"
  },
  "homepage": "https://github.com/nurahmed123/get-reading-time#readme",
  "description": "Get Reading Time is a powerful, all-in-one text analysis tool designed for developers, content creators, and SEO professionals. It provides comprehensive insights into your text by calculating reading time, word count, character count, sentence count, and link detection, along with an advanced readability score using the Flesch Reading Ease formula. In addition, this npm package performs sentiment analysis, extracts SEO-friendly keywords, and offers features like AI-powered content generation via the Cohere API, markdown table conversion, and language translation. Optimize your digital content, improve readability, and boost your search rankings with Get Reading Time—your ultimate solution for precise text analytics and content enhancement.",
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/node": "^22.10.2",
    "@types/sentiment": "^5.0.4",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "sentiment": "^5.0.2",
    "tsup": "^8.3.5"
  }
}
