-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
32
33
34
35
{
"name": "pixivsource",
"version": "1.0.0",
"description": "<div align=\"center\">\r <img width=\"125\" height=\"125\" src=\"doc/pic/BookSourcePixiv.png\" alt=\"Pixiv BookSource\"/>",
"homepage": "https://github.com/DowneyRem/PixivSource#readme",
"bugs": {
"url": "https://github.com/DowneyRem/PixivSource/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DowneyRem/PixivSource.git"
},
"license": "ISC",
"author": "DowneyRem",
"type": "module",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "tsx BuildSource/buildBookSource.ts",
"docs:dev": "vitepress dev doc --host",
"docs:build": "vitepress build doc",
"docs:preview": "vitepress build doc && vitepress preview doc"
},
"dependencies": {
"markdown-it-anchor": "^9.2.0",
"tsx": "^4.20.6",
"vitepress": "^1.6.4"
},
"devDependencies": {
"vitepress-markdown-timeline": "^1.2.2",
"vitepress-plugin-comment-with-giscus": "^1.1.15"
}
}