mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 17:21:41 +03:00
17 lines
387 B
JSON
17 lines
387 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|