-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 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
26
27
28
29
30
31
32
33
34
{
"name": "multisynq-docs",
"version": "1.0.0",
"description": "Multisynq documentation powered by Mintlify",
"scripts": {
"docs:dev": "mint dev --port 3001",
"docs:build": "mint build",
"docs:deploy": "./build-docs.sh",
"docs:serve": "mint dev",
"lint": "echo 'No linting configured for MDX files yet'",
"clean": "rm -rf .mintlify"
},
"keywords": [
"multisynq",
"documentation",
"mintlify",
"collaboration",
"real-time"
],
"author": "Multisynq",
"license": "MIT",
"dependencies": {
"mintlify": "^4.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/multisynq/multisynq"
},
"bugs": {
"url": "https://github.com/multisynq/multisynq/issues"
},
"homepage": "https://docs.multisynq.io"
}