1
0
mirror of synced 2025-12-10 23:38:05 +08:00
Files
AJ-Report/doc/package.json
chenkening 31fb28e17f docs
2021-06-22 15:49:17 +08:00

19 lines
350 B
JSON

{
"name": "doc",
"version": "1.0.0",
"description": "AJ Report Doc",
"devDependencies": {
"vuepress": "^1.8.2"
},
"keywords": [
"AJ-Report",
"Report-Archiver"
],
"author": "anji-plus report team",
"license": "Apache-2.0",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}