-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "competitive-grogramming-docs",
"version": "1.0.0",
"description": "一份用于 ACM 类比赛的算法代码模板",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jinsuichen/CompetitiveProgrammingDocs.git"
},
"author": "jinsuichen <ischenjinsui@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jinsuichen/CompetitiveProgrammingDocs/issues"
},
"homepage": "https://github.com/jinsuichen/CompetitiveProgrammingDocs#readme",
"devDependencies": {
"vitepress": "^1.0.0-alpha.47",
"vue": "^3.2.47"
}
}