-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.17 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "emlet",
"version": "0.1.4",
"description": "An embedding engine built for the sovereign web.",
"main": "emlet.js",
"exports": {
".": "./emlet.js"
},
"types": "types.d.ts",
"files": [
"emlet.js",
"types.d.ts",
"README.md"
],
"devDependencies": {
"@basd/testr": "^0.1.6"
},
"scripts": {
"dev": "nodemon -x testr test.js",
"test": "testr test.js"
},
"homepage": "https://github.com/basedwon/emlet#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/basedwon/emlet.git"
},
"bugs": {
"url": "https://github.com/basedwon/emlet/issues"
},
"author": "Basedwon <basedwon@tuta.com>",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"ai",
"browser",
"compact-model",
"deterministic",
"emoji",
"embedding",
"embedding-model",
"inference",
"javascript",
"ml",
"model",
"neuro-symbolic",
"nlp",
"no-dependencies",
"obfuscated",
"offline",
"oov",
"portable",
"search",
"semantic",
"semantic-search",
"semvec",
"text",
"tokenizer",
"vec",
"vector",
"vector-embeddings",
"emlet"
]
}