Skip to content

Commit 30fb16a

Browse files
authored
[TVMjs] Modify web package description (#17405)
1 parent 48d3ada commit 30fb16a

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

web/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
{
22
"name": "tvmjs",
3-
"displayName": "TVM Wasm JS runtime",
3+
"description": "TVM WASM/WebGPU runtime for JS/TS",
44
"license": "Apache-2.0",
5+
"homepage": "https://github.com/apache/tvm/tree/main/web",
56
"version": "0.18.0-dev0",
67
"files": [
78
"lib"
89
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/apache/tvm/tree/main/web"
13+
},
14+
"keywords": [
15+
"llm",
16+
"large language model",
17+
"machine learning"
18+
],
919
"main": "lib/index.js",
1020
"types": "lib/index.d.ts",
1121
"scripts": {

0 commit comments

Comments
 (0)