nezhahq.github.io/package.json
2024-06-24 22:23:44 +08:00

26 lines
578 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.2.3"
}
}