UNPKG

@wowool/portal

Version:

A library for natural language processing tasks including tokenization, entity recognition, anonymization, semantic chunking, and much more.

54 lines (53 loc) 1.33 kB
{ "name": "@wowool/portal", "version": "1.1.7", "description": "A library for natural language processing tasks including tokenization, entity recognition, anonymization, semantic chunking, and much more.", "keywords": [ "nlp", "natural language processing", "tokenization", "entity recognition", "text processing", "machine learning", "artificial intelligence", "retrieval augmented generation", "anonymization", "data privacy", "chunking", "wowool" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "build-docs": "tsx scripts/build-docs.ts", "test": "vitest run", "test:watch": "vitest", "prepare": "rm -rf dist && npm run build", "inspect": "npm pack", "release": "npm publish --access public" }, "license": "MIT", "devDependencies": { "@types/node": "^22.13.13", "dotenv": "^16.4.7", "tsup": "^8.5.0", "tsx": "^4.19.3", "typescript": "^5.8.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.0.9" }, "dependencies": { "uuid": "^11.1.0" } }