-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.12 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.12 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
{
"name": "polkadot-apps",
"private": true,
"packageManager": "pnpm@10.32.1",
"scripts": {
"postinstall": "bash packages/terminal/scripts/patch-wasm.sh",
"build": "turbo build",
"dev": "turbo dev",
"clean": "turbo clean",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "pnpm --filter \"@polkadot-apps/*-demo\" test:e2e",
"format": "biome format --write .",
"format:check": "biome format .",
"generate-descriptors": "bash packages/descriptors/scripts/generate.sh",
"docs": "typedoc"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/cli": "^2.29.8",
"turbo": "catalog:",
"typedoc": "catalog:",
"typescript": "catalog:",
"@vitest/coverage-istanbul": "catalog:",
"vitest": "catalog:"
},
"pnpm": {
"overrides": {
"picomatch@2": "2.3.2",
"picomatch@4": "4.0.4",
"brace-expansion@2": "2.0.3",
"brace-expansion@5": "5.0.5",
"yaml@2": "2.8.3"
}
}
}