nezhahq.github.io/package.json
2023-06-19 23:56:07 +08:00

26 lines
585 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": "^1.0.0-beta.2"
}
}