forked from oramasearch/orama
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) 路 2.45 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) 路 2.45 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "zbsearch-monorepo",
"version": "4.0.0",
"description": "A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
"workspaces": [
"packages/*",
"sandboxes/*",
"apps/*"
],
"scripts": {
"build": "turbo build",
"docs:dev": "pnpm --filter @zbsearch/docs dev",
"docs:build": "pnpm --filter @zbsearch/docs build",
"format": "oxfmt ./packages",
"format:hook": "oxfmt --no-error-on-unmatched-pattern ./packages",
"lint": "turbo lint",
"test": "turbo test",
"commit": "turbo lint && pnpm lint-staged && cz",
"prepare": "husky install .husky",
"publish-packages": "node scripts/release.mjs",
"verify": "node scripts/smoke-dist.mjs packages/*/ && node scripts/verify-sourcemaps.mjs packages/*/",
"verify:contract": "node scripts/dist-contract.mjs verify packages/*/",
"snapshot:contract": "node scripts/dist-contract.mjs snapshot packages/*/",
"lint:check": "oxlint"
},
"devDependencies": {
"@esbuild/darwin-arm64": "0.28.1",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.3.27",
"@types/node": "^24.7.0",
"@typescript/native-preview": "7.0.0-dev.20260630.1",
"@typescript/typescript-darwin-arm64": "7.0.2",
"@typescript/typescript-linux-x64": "7.0.2",
"@vitest/coverage-v8": "^4.1.10",
"commitizen": "^4.2.6",
"husky": "^8.0.2",
"lint-staged": "^16.2.4",
"oxfmt": "^0.62.0",
"oxlint": "^1.77.0",
"semver": "^7.3.8",
"simple-git": "^3.17.0",
"tsx": "^4.20.6",
"turbo": "^2.1.3",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-7": "npm:typescript@7.0.2",
"vitest": "^4.1.10",
"wrangler": "^4.0.0"
},
"author": {
"name": "Michele Riva",
"email": "riva.michele.95@gmail.com",
"url": "https://github.com/MicheleRiva",
"author": true
},
"contributors": [
{
"name": "Tommaso Allevi",
"email": "tommaso.allevi@zbsearch.com",
"url": "https://github.com/allevo",
"author": true
}
],
"license": "Apache-2.0",
"lint-staged": {
"*": [
"pnpm format:hook"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">= 20.0.0"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
}