mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-04 23:39:33 +08:00
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vuepress dev .",
|
|
"build": "vuepress build ."
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^1.4.1"
|
|
}
|
|
}
|