forked from csudata/PolarDB-for-PostgreSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 854 Bytes
/
package.json
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
{
"name": "polardb_pg_documentation",
"version": "0.2.0",
"license": "Apache-2.0",
"author": "Alibaba Cloud",
"description": "VuePress documentation of PolarDB for PostgreSQL",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApsaraDB/PolarDB-for-PostgreSQL.git"
},
"bugs": {
"url": "https://github.com/ApsaraDB/PolarDB-for-PostgreSQL/issues"
},
"homepage": "https://github.com/ApsaraDB/PolarDB-for-PostgreSQL#readme",
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
"@vuepress/plugin-register-components": "2.0.0-beta.67",
"prettier": "2.8.8",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-md-enhance": "^2.0.0-beta.235"
}
}