-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 842 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 842 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
{
"name" : "mongodb-driver",
"organization" : "dev.mongocamp",
"version" : "3.0.9",
"author" : "info@mongocamp.dev",
"license" : "Apache-2.0",
"type" : "module",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/MongoCamp/mongodb-driver.git"
},
"bugs" : {
"url" : "https://github.com/MongoCamp/mongodb-driver/issues"
},
"homepage" : "https://mongodb-driver.mongocamp.dev/",
"scripts" : {
"docs:serve" : "vitepress serve docs --port 5555",
"docs:build" : "pnpm docs:external; vitepress build docs",
"docs:external" : "sh docs/external/fileloader.sh",
"docs:dev" : "pnpm docs:external; vitepress dev docs"
},
"devDependencies" : {
"@iconify-json/fluent-emoji" : "^1.2.3",
"@unocss/preset-icons" : "^65.4.3",
"unocss" : "^65.4.3",
"vitepress" : "1.6.3"
}
}