2022-05-10 14:27:04 +02:00
{
2023-03-21 17:49:57 +01: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" : {
2023-03-21 17:49:57 +01:00
"build" : "turbo build" ,
2023-12-11 13:45:57 +00:00
"format" : "biome format --write ./packages" ,
"format:hook" : "biome format --write --no-errors-on-unmatched ./packages" ,
2023-03-21 17:49:57 +01:00
"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" ,
2023-03-21 17:49:57 +01:00
"@swc/core" : "^1.3.27" ,
2025-12-14 14:16:27 -08:00
"@types/node" : "^24.7.0" ,
2022-09-05 12:23:09 +02:00
"@types/tap" : "^15.0.7" ,
"c8" : "^7.12.0" ,
2023-01-09 11:12:24 +01:00
"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" ,
2023-01-12 11:26:09 +01:00
"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" ,
2024-10-15 17:48:11 +02:00
"turbo" : "^2.1.3" ,
2023-09-18 22:48:06 -03:00
"typescript" : "^5.0.0"
2022-05-17 10:33:32 +02:00
} ,
2023-03-21 17:49:57 +01:00
"author" : {
"name" : "Michele Riva" ,
2024-10-15 17:48:11 +02:00
"email" : "michele@orama.com" ,
2023-03-21 17:49:57 +01:00
"url" : "https://github.com/MicheleRiva" ,
"author" : true
} ,
"contributors" : [
{
2024-02-15 23:21:29 +01:00
"name" : "Tommaso Allevi" ,
2024-10-15 17:48:11 +02:00
"email" : "tommaso.allevi@orama.com" ,
2024-02-15 23:21:29 +01:00
"url" : "https://github.com/allevo" ,
2023-03-21 17:49:57 +01:00
"author" : true
}
] ,
"license" : "Apache-2.0" ,
"lint-staged" : {
2025-06-23 12:44:40 -03:00
"*" : [
"pnpm format:hook"
]
2023-03-21 17:49:57 +01:00
} ,
"config" : {
"commitizen" : {
"path" : "cz-conventional-changelog"
}
} ,
2022-05-17 10:33:32 +02:00
"pnpm" : {
"peerDependencyRules" : {
"ignoreMissing" : [
2023-03-21 17:49:57 +01:00
"@algolia/client-search" ,
"@babel/plugin-syntax-flow" ,
"@babel/plugin-transform-react-jsx" ,
"algoliasearch" ,
"eslint" ,
2022-05-17 10:33:32 +02:00
"typescript"
]
2025-06-23 12:04:35 +02:00
} ,
"overrides" : {
"hastscript" : "^9.0.1"
2022-05-17 10:33:32 +02:00
}
2023-01-09 11:12:24 +01:00
} ,
"engines" : {
2025-04-28 04:54:09 -07:00
"node" : ">= 20.0.0"
2024-09-26 18:08:22 +02:00
} ,
2025-04-28 04:53:47 -07:00
"packageManager" : "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
2025-06-23 09:27:23 -07:00
}