You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
387 B
17 lines
387 B
4 years ago
|
{
|
||
|
"name": "Xray-docs-next",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/XTLS/Xray-docs-next.git",
|
||
|
"author": "Project X",
|
||
|
"license": "CC-BY-SA-4.0",
|
||
|
"devDependencies": {
|
||
|
"@vuepress/plugin-back-to-top": "^1.8.2",
|
||
|
"vuepress": "^1.8.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"docs:dev": "vuepress dev docs",
|
||
|
"docs:build": "vuepress build docs"
|
||
|
}
|
||
|
}
|