You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
350 B
JSON
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"
|
|
}
|
|
}
|