mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-08 06:09:58 +08:00
28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"name": "oneclickvirt.github.io",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"dev": "vitepress dev docs",
|
|
"build": "vitepress build docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oneclickvirt/oneclickvirt.github.io.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/oneclickvirt/oneclickvirt.github.io/issues"
|
|
},
|
|
"homepage": "https://github.com/oneclickvirt/oneclickvirt.github.io#readme",
|
|
"devDependencies": {
|
|
"sitemap": "^7.1.1",
|
|
"vitepress": "^1.6.4"
|
|
}
|
|
}
|