-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.38 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"build:doc": "typedoc --plugin typedoc-plugin-extras",
"check": "biome check .",
"clean": "turbo run clean",
"coverage": "turbo run coverage",
"cs": "changeset",
"depcheck": "turbo run depcheck",
"format": "biome format.",
"lint": "biome lint .",
"nuke": "pnpm --no-bail --filter=* nuke && pnpm --no-bail nuke:local",
"nuke:local": "rimraf node_modules",
"path-equal": "pnpm --filter path-equal",
"prepare": "husky",
"release": "pnpm build && changeset publish",
"size": "turbo run size",
"test:electron": "turbo run test:electron",
"test:jsdom": "turbo run test:jsdom",
"test:nodejs": "turbo run test:nodejs",
"test": "turbo run test",
"uni-path": "pnpm --filter uni-path",
"verify": "turbo run build lint coverage depcheck size",
"version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@repobuddy/biome": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"biome": "^0.3.3",
"eslint": "^9.0.0",
"eslint-plugin-harmony": "^7.2.0",
"eslint-plugin-yml": "^1.5.0",
"husky": "^9.0.11",
"turbo": "^1.13.0",
"typedoc": "^0.27.0",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]"
}