forked from Akiawa/paperback-community.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
26
27
28
29
30
31
{
"name": "paperback-community.github.io",
"version": "0.9.0",
"description": "The Paperback Community website.",
"keywords": [
"Paperback",
"Community",
"website",
"extensions"
],
"homepage": "https://github.com/paperback-community/paperback-community.github.io#readme",
"bugs": {
"url": "https://github.com/paperback-community/paperback-community.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paperback-community/paperback-community.github.io.git"
},
"license": "MIT",
"author": "Paperback Community",
"type": "module",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"preview": "vitepress preview src"
},
"devDependencies": {
"vitepress": "^1.6.3",
"vue": "^3.5.13"
}
}