-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.74 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
{
"name": "utils",
"private": true,
"version": "1.1.0",
"description": "",
"scripts": {
"prepare": "node .husky/prepare.mjs",
"lint": "biome check && pnpm -F='*' run lint",
"lint:fix": "biome check --fix --unsafe && pnpm -F='*' run lint",
"build": "pnpm -F='!docs' -F='!helpers' run build",
"test": "pnpm -F='!docs' -F='!helpers' run test",
"test:coverage": "pnpm -F='!docs' -F='!helpers' run test:coverage",
"docs:serve": "pnpm -F='docs' run serve",
"docs:build": "pnpm -F='docs' run build"
},
"type": "module",
"keywords": [
"utils",
"cloudcome",
"utils-core",
"utils-vue",
"utils-react",
"utils-uni",
"utils-node",
"utils-browser"
],
"author": "云淡然 <hi@ydr.me> (https://ydr.me/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudcome/utils.git"
},
"homepage": "https://github.com/cloudcome/utils",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@lerna-lite/cli": "^4.7.2",
"@lerna-lite/version": "^4.7.2",
"@types/node": "22",
"@vitest/coverage-v8": "^3.1.3",
"cross-env": "^7.0.3",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^16.0.0",
"taze": "^19.1.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-externalize-deps": "^0.9.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}