30 lines
854 B
JSON
30 lines
854 B
JSON
{
|
|
"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.60",
|
|
"@vuepress/plugin-register-components": "2.0.0-beta.60",
|
|
"prettier": "2.8.3",
|
|
"vuepress": "2.0.0-beta.60",
|
|
"vuepress-plugin-md-enhance": "^2.0.0-beta.171"
|
|
}
|
|
}
|