Xray-docs-next/package.json

17 lines
412 B
JSON
Raw Normal View History

2021-03-14 07:40:53 +00:00
{
"name": "Xray-docs-next",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/XTLS/Xray-docs-next.git",
2021-03-17 00:38:12 +00:00
"author": "Arthur Morgan, Project X Community",
2021-03-16 15:57:15 +00:00
"license": "CC-BY-SA-4.0",
2021-03-14 07:40:53 +00:00
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"vuepress": "^1.8.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
2021-03-17 00:38:12 +00:00
}