Files
oneclickvirt.github.io/package.json
spiritlhl 1a40781c4c update
2023-08-16 15:43:22 +00:00

28 lines
646 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": {
"vitepress": "^1.0.0-beta.7",
"sitemap": "^7.1.1"
}
}