-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"name": "@demomacro/nlptools",
"version": "0.0.0",
"private": true,
"description": "Comprehensive NLP toolkit with high-performance string distance and similarity algorithms",
"keywords": [
"algorithms",
"cosine",
"edit-distance",
"fuzzy-matching",
"jaccard",
"jaro-winkler",
"levenshtein",
"natural-language-processing",
"nlp",
"string-similarity",
"text-distance",
"wasm",
"webassembly"
],
"homepage": "https://github.com/DemoMacro/nlptools#readme",
"bugs": {
"url": "https://github.com/DemoMacro/nlptools/issues"
},
"license": "MIT",
"author": {
"name": "Demo Macro",
"email": "abc@imst.xyz",
"url": "https://www.demomacro.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemoMacro/nlptools.git"
},
"type": "module",
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r prepack",
"lint": "basis lint",
"fmt": "basis fmt",
"test": "vitest --run",
"bench": "vitest bench --run",
"postinstall": "pnpm dev && basis git setup"
},
"devDependencies": {
"@funish/basis": "0.2.16",
"@types/node": "25.5.2",
"typescript": "6.0.2",
"vite-plugin-wasm": "3.5.0",
"vitest": "4.0.13",
"wasm-pack": "0.14.0"
},
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
}