UNPKG

@wowool/portal

Version:

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

53 lines (52 loc) 1.24 kB
{ "name": "@wowool/portal", "version": "1.1.1", "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", "test": "vitest", "test:watch": "vitest --watch", "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" } }