forked from mlc-ai/tokenizers-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@mlc-ai/web-tokenizers",
"version": "0.1.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"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"
}
}