You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
398 B

{
"name": "source-code-hunter",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.15.0",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"vitepress-plugin-comment-with-giscus": "^1.1.15"
},
"devDependencies": {
"vitepress": "^2.0.0-alpha.12"
}
}