@agnai/web-tokenizers
Version:
| [NPM Package](https://www.npmjs.com/package/@mlc-ai/web-tokenizers) | [WebLLM](https://github.com/mlc-ai/web-llm) |
42 lines (41 loc) • 977 B
JSON
{
"name": "@agnai/web-tokenizers",
"version": "0.1.3",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "./build.sh; rollup -c",
"lint": "npx eslint ."
},
"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"
}
}