File size: 938 Bytes
f9686da
 
695b39e
4537ca2
f9686da
0282567
51e3b39
f9686da
 
 
 
 
 
 
 
 
 
 
 
 
811916b
 
f059dc2
811916b
57f49ec
811916b
 
f9686da
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
{
  "name": "localm",
  "version": "1.2.12",
  "description": "Chat application",
  "scripts": {
    "build": "esbuild src/index.js --target=es6 --bundle --sourcemap --outfile=./index.js --format=iife --external:fs --external:path --external:child_process --external:ws --external:katex/dist/katex.min.css",
    "start": "npm run build -- --watch --serve=0.0.0.0:8812 --servedir=. --serve-fallback=index.html",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oyin-bo/localm.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/oyin-bo/localm/issues"
  },
  "homepage": "https://github.com/oyin-bo/localm#readme",
  "dependencies": {
    "@huggingface/transformers": "^3.7.2",
    "@milkdown/crepe": "^7.15.3",
    "@mlc-ai/web-llm": "^0.2.79",
    "esbuild": "^0.25.9"
  }
}