-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.89 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.89 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@bwrong/utils",
"version": "0.0.1",
"description": "常用工具函数库",
"keywords": [
"tool",
"util"
],
"homepage": "https://github.com/BWrong/utils#readme",
"bugs": {
"url": "https://github.com/BWrong/utils/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BWrong/utils.git"
},
"license": "MIT",
"author": {
"name": "bwrong",
"email": "ibwrong@foxmail.com",
"url": "https://github.com/BWrong"
},
"contributors": [
{
"name": "bwrong",
"email": "ibwrong@foxmail.com",
"url": "https://github.com/BWrong"
}
],
"scripts": {
"postinstall": "simple-git-hooks",
"build": "pnpm -r --filter=./packages/* run build",
"taze": "taze -Ir",
"typecheck": "tsc --noEmit",
"release:pkg": "pnpm -r --filter=./packages/* run release",
"release": "release-it",
"dev:vite": "pnpm --filter @example/vite dev",
"dev": "vitest",
"test": "vitest run",
"lint": "eslint --cache .",
"lint:fix": "pnpm lint --fix",
"format": "prettier --write ."
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"@tsconfig/node-lts": "18.12.2",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"chalk": "^5.2.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jsdom": "^22.0.0",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.5.1",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"release-it": "^15.10.3",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.6.2",
"taze": "^0.10.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vitest": "^0.31.1",
"vue-eslint-parser": "^9.3.0"
},
"packageManager": "pnpm@8.5.1",
"publishConfig": {
"access": "public"
}
}