-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
36
37
38
39
40
41
42
{
"name": "jmcomic",
"version": "1.0.0",
"private": false,
"author": {
"name": "wenxig",
"email": "wenxinguo12@gmail.com",
"url": "https://wenxig.vercel.app/"
},
"type": "module",
"scripts": {
"md": "node ./script/markdown-make.ts",
"npm-build": "vp run -r build",
"prepare": "vp config"
},
"devDependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@commitlint/types": "catalog:",
"@cspell/dict-npm": "catalog:",
"@semantic-release/changelog": "catalog:",
"@semantic-release/git": "catalog:",
"@semantic-release/github": "catalog:",
"@semantic-release/release-notes-generator": "catalog:",
"commitlint-plugin-cspell": "catalog:",
"cspell": "catalog:",
"semantic-release": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.33.0",
"licenses": [
{
"type": "MIT",
"package": "./packages/sdk"
},
{
"type": "AGPL-3.0-only",
"package": "./packages/plugin"
}
]
}