-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.37 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
{
"name": "@condorhero/vuepress-plugin-export-pdf-monorepo",
"type": "module",
"version": "3.0.3",
"private": true,
"packageManager": "[email protected]",
"description": "VuePress plugin I wrote",
"author": "CondorHero",
"license": "MIT",
"homepage": "https://github.com/condorheroblog/vuepress-plugin-export-pdf#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/condorheroblog/vuepress-plugin-export-pdf.git"
},
"bugs": {
"url": "https://github.com/condorheroblog/vuepress-plugin-export-pdf/issues"
},
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin"
],
"scripts": {
"prepare": "husky",
"release": "bumpp -r && pnpm -r publish",
"coverage": "vitest run --coverage",
"preinstall": "npx only-allow pnpm",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"test": "vitest"
},
"workspaces": [
"packages/*",
"packages/vuepress-plugin-export-pdf-v1/example/vue-press",
"packages/vuepress-plugin-export-pdf-v2/example/vuepress-next"
],
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pnpm": "^9.1.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
}
}