UNPKG

@agnai/web-tokenizers

Version:

| [NPM Package](https://www.npmjs.com/package/@mlc-ai/web-tokenizers) | [WebLLM](https://github.com/mlc-ai/web-llm) |

45 lines (44 loc) 1.04 kB
{ "name": "@agnai/web-tokenizers", "version": "0.1.6-pre3", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "scripts": { "build": "./build.sh; rollup -c", "lint": "npx eslint ." }, "exports": { ".": { "require": "./lib/index.cjs", "import": "./lib/index.js" } }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/mlc-ai/tokenizers-cpp" }, "keywords": [ "machine_learning", "llm", "nlp" ], "license": "Apache-2.0", "homepage": "https://github.com/mlc-ai/tokenizers-cpp/tree/main/web", "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-wasm": "^5.1.2", "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "eslint": "^8.41.0", "rollup": "^2.56.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.3.1", "typescript": "^4.9.5" } }