f73e710e38
Build site and push to gh-pages / Build site (push) Waiting to run
Linter / lint (push) Waiting to run
Security / dependency-review (push) Waiting to run
Security / npm-audit (push) Waiting to run
Security / codeql (push) Waiting to run
Build / build (push) Has been cancelled
Tests / test (push) Has been cancelled
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "@mlc-ai/web-llm",
|
|
"version": "0.2.84",
|
|
"description": "Hardware accelerated language model chats on browsers",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c && ./cleanup-index-js.sh",
|
|
"lint": "npx eslint ./src/ ./tests/ ./examples/ && npx prettier ./src/ ./tests/ ./examples/ --check",
|
|
"test": "jest --coverage",
|
|
"format": "prettier --write \"./src/\" \"./examples/\" \"./tests/\"",
|
|
"prepare": "husky"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mlc-ai/web-llm"
|
|
},
|
|
"keywords": [
|
|
"llm",
|
|
"large language model",
|
|
"machine learning"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/mlc-ai/web-llm",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.9.0",
|
|
"@mlc-ai/web-runtime": "^0.25.0-dev1",
|
|
"@mlc-ai/web-tokenizers": "^0.1.6",
|
|
"@mlc-ai/web-xgrammar": "0.1.27",
|
|
"@next/eslint-plugin-next": "^16.0.0",
|
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/chrome": "^0.0.266",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/serviceworker": "^0.0.86",
|
|
"@webgpu/types": "^0.1.24",
|
|
"buffer": "^5.7.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"husky": "^9.0.11",
|
|
"jest": "^30.2.0",
|
|
"prettier": "3.6.2",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.53.3",
|
|
"rollup-plugin-ignore": "^1.0.10",
|
|
"ts-jest": "^29.4.6",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.47.0"
|
|
},
|
|
"dependencies": {
|
|
"loglevel": "^1.9.1"
|
|
},
|
|
"overrides": {
|
|
"test-exclude": "^7.0.1",
|
|
"glob": "^13.0.0"
|
|
}
|
|
}
|