nezhahq.github.io/package.json
2022-05-18 09:52:40 +08:00

28 lines
647 B
JSON

{
"name": "nezhahq.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/nezhahq/nezhahq.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nezhahq/nezhahq.github.io/issues"
},
"homepage": "https://github.com/nezhahq/nezhahq.github.io#readme",
"devDependencies": {
"vitepress": "^0.22.4",
"vitepress-dark-theme": "github:nezhahq/vitepress-dark-theme"
}
}