{
  "name": "textanalysis-tool",
  "version": "1.0.32",
  "description": "A TypeScript module providing text analysis functionalities with various operations.",
  "homepage": "https://textanalyserosc.netlify.app/showcase",
  "bugs": {
    "url": "https://github.com/abindent/textanalyser/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abindent/textanalyser/blob/master/textanalyser/src/utils/analyser.ts"
  },
  "keywords": [
    "text-analysis",
    "string-manipulation",
    "text-tools",
    "typescript",
    "url-extraction",
    "character-count"
  ],
  "author": "Sinchan Maitra",
  "license": "MIT",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "esrever": "^0.2.0",
    "jest": "^29.7.0"
  },
  "devDependencies": {
    "@types/esrever": "^0.2.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.14.1",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}
