SIGN IN SIGN UP
oramasearch / orama UNCLAIMED

🌌 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.

0 0 1 TypeScript
2022-05-10 14:27:04 +02:00
{
"name": "orama-monorepo",
2025-12-19 14:11:41 -08:00
"version": "3.1.18",
2024-10-17 10:11:56 +02:00
"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.",
2025-06-23 12:44:40 -03:00
"workspaces": [
"packages/*",
"sandboxes/*"
],
2022-05-10 14:27:04 +02:00
"scripts": {
"build": "turbo build",
"format": "biome format --write ./packages",
"format:hook": "biome format --write --no-errors-on-unmatched ./packages",
"lint": "turbo lint",
"test": "turbo test",
"commit": "turbo lint && pnpm lint-staged && cz",
"prepare": "husky install .husky",
2023-03-31 17:22:37 +02:00
"publish-packages": "node scripts/release.mjs"
2022-05-10 15:18:21 +02:00
},
2022-05-10 14:27:04 +02:00
"devDependencies": {
2025-12-14 14:16:27 -08:00
"@biomejs/biome": "2.2.5",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.3.27",
2025-12-14 14:16:27 -08:00
"@types/node": "^24.7.0",
"@types/tap": "^15.0.7",
"c8": "^7.12.0",
"commitizen": "^4.2.6",
"husky": "^8.0.2",
2025-12-14 14:16:27 -08:00
"lint-staged": "^16.2.4",
2023-03-31 17:22:37 +02:00
"semver": "^7.3.8",
"simple-git": "^3.17.0",
2023-12-18 19:34:48 +05:30
"tap": "^18.6.1",
"tap-mocha-reporter": "^5.0.3",
"tape": "^5.6.1",
2025-12-14 14:16:27 -08:00
"tcompare": "^9.0.1",
"tsx": "^4.20.6",
"turbo": "^2.1.3",
"typescript": "^5.0.0"
},
"author": {
"name": "Michele Riva",
"email": "michele@orama.com",
"url": "https://github.com/MicheleRiva",
"author": true
},
"contributors": [
{
2024-02-15 23:21:29 +01:00
"name": "Tommaso Allevi",
"email": "tommaso.allevi@orama.com",
2024-02-15 23:21:29 +01:00
"url": "https://github.com/allevo",
"author": true
}
],
"license": "Apache-2.0",
"lint-staged": {
2025-06-23 12:44:40 -03:00
"*": [
"pnpm format:hook"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@babel/plugin-syntax-flow",
"@babel/plugin-transform-react-jsx",
"algoliasearch",
"eslint",
"typescript"
]
2025-06-23 12:04:35 +02:00
},
"overrides": {
"hastscript": "^9.0.1"
}
},
"engines": {
2025-04-28 04:54:09 -07:00
"node": ">= 20.0.0"
2024-09-26 18:08:22 +02:00
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
2025-06-23 09:27:23 -07:00
}