-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 851 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 851 Bytes
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
{
"name": "typesense-fumadocs-adapter-monorepo",
"description": "An adapter to add Typesense-powered search to your Fumadocs site",
"type": "module",
"homepage": "https://github.com/typesense/typesense-fumadocs-adapter",
"repository": {
"type": "git",
"url": "https://github.com/typesense/typesense-fumadocs-adapter.git",
"directory": "packages/typesense-fumadocs-adapter"
},
"bugs": "https://github.com/typesense/typesense-fumadocs-adapter/issues",
"workspaces": [
"docs",
"packages/*"
],
"scripts": {
"docs-dev": "cd docs && bun dev",
"docs-build": "cd docs && bun run build",
"plugin-build": "cd packages/typesense-fumadocs-adapter && bun run build",
"plugin-publish": "cd packages/typesense-fumadocs-adapter && npm publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.8"
}
}