-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 712 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "starlight-docsearch-typesense-monorepo",
"version": "0.0.1",
"license": "MIT",
"description": "A Starlight plugin that adds DocSearch powered by Typesense for fast, typo-tolerant documentation search.",
"author": "typesense",
"type": "module",
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
},
"packageManager": "pnpm@9.6.0",
"private": true,
"homepage": "https://github.com/typesense/starlight-docsearch-typesense",
"repository": {
"type": "git",
"url": "https://github.com/typesense/starlight-docsearch-typesense.git"
},
"bugs": "https://github.com/typesense/starlight-docsearch-typesense/issues",
"workspaces": [
"docs",
"packages/*"
]
}