Signed-off-by: chy <chy@163.com>
This commit is contained in:
18
doc/package.json
Normal file
18
doc/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "doc",
|
||||
"version": "1.0.0",
|
||||
"description": "AJ Report Doc",
|
||||
"devDependencies": {
|
||||
"vuepress": "^1.8.2"
|
||||
},
|
||||
"keywords": [
|
||||
"ld-report",
|
||||
"Report-Archiver"
|
||||
],
|
||||
"author": "anji-plus report team",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:build": "vuepress build docs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user