-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "@yunlefun/toolkit-monorepo",
"type": "module",
"version": "0.1.2",
"private": true,
"packageManager": "[email protected]",
"description": "Toolkit for YunLeFun developing.",
"author": {
"name": "YunLeFun",
"email": "[email protected]",
"url": "https://www.yunle.fun"
},
"license": "MIT",
"funding": "https://github.com/sponsors/YunLeFun",
"repository": {
"type": "git",
"url": "https://github.com/YunLeFun/toolkit.git"
},
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"ci:publish": "pnpm -r publish --access public --no-git-checks",
"lint": "eslint .",
"release": "bumpp",
"test": "vitest",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@types/node": "^20.12.7",
"@yunlefun/vueuse": "workspace:*",
"@yunyoujun/utils": "^0.3.5",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.8",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
}
}