-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "monorepo",
"version": "0.0.0",
"private": true,
"keywords": [
"uni-app",
"uniapp",
"uni-cloud",
"unicloud",
"uni-ui",
"uniui",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-typed#readme",
"bugs": {
"url": "https://github.com/uni-helper/uni-typed/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uni-helper/uni-typed.git"
},
"funding": "https://github.com/ModyQyW/sponsors",
"license": "MIT",
"author": {
"name": "ModyQyW",
"email": "[email protected]",
"url": "https://modyqyw.top"
},
"sideEffects": false,
"type": "module",
"scripts": {
"build": "rimraf packages/*/dist --glob && pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"build:h5": "pnpm build && pnpm -C playground run build:h5",
"build:mp-weixin": "pnpm build && pnpm -C playground run build:mp-weixin",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"dev": "pnpm stub",
"docs:build": "pnpm -C docs run build",
"docs:dev": "pnpm -C docs run dev",
"docs:preview": "pnpm -C docs run preview",
"play:h5": "pnpm dev && pnpm -C playground run dev:h5",
"play:mp-weixin": "pnpm dev && pnpm -C playground run dev:mp-weixin",
"release": "lerna version",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"test": "vitest run --typecheck",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@dcloudio/types": "^3.4.12",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/version": "^3.10.0",
"@types/node": "^20.16.12",
"conventional-changelog-conventionalcommits": "^7.0.2",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"unbuild": "^3.0.0-rc.11",
"vitest": "^2.1.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=14.18"
}
}