UNPKG

textanalysis-tool

Version:

A TypeScript module providing text analysis functionalities with various operations.

65 lines (64 loc) 1.62 kB
{ "name": "textanalysis-tool", "version": "1.1.7", "description": "A TypeScript module providing text analysis functionalities with various operations.", "homepage": "https://textanalyserosc.netlify.app/showcase", "bugs": { "url": "https://github.com/abindent/textanalysis-tool/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": "git+https://github.com/abindent/textanalysis-tool.git" }, "keywords": [ "text-analysis", "string-manipulation", "text-tools", "typescript", "url-extraction", "character-count" ], "author": "Sinchan Maitra", "license": "MIT", "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "compromise": "^14.14.4", "esrever": "^0.2.0", "franc": "^6.2.0", "franc-all": "^7.2.0", "intl-segmenter-polyfill": "^0.4.4", "iso-639-3": "^3.0.1", "natural": "^8.1.0", "trigram-utils": "^2.0.1" }, "devDependencies": { "@babel/preset-env": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@babel/runtime": "^7.28.4", "@types/esrever": "^0.2.3", "@types/jest": "^30.0.0", "@types/natural": "^5.1.5", "@types/node": "^24.10.1", "jest": "^30.2.0", "ts-jest": "^29.4.5", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "optionalDependencies": { "wink-eng-lite-web-model": "^1.8.1", "wink-nlp": "^2.4.0" } }