Skip to content

Commit c8615a1

Browse files
chore(pkg): restore 4-space indent in package.json (revert accidental reformat)
1 parent 70afa4c commit c8615a1

1 file changed

Lines changed: 72 additions & 72 deletions

File tree

package.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
2-
"name": "playground-cli",
3-
"description": "CLI for Polkadot Playground",
4-
"version": "0.15.4",
5-
"private": true,
6-
"type": "module",
7-
"packageManager": "pnpm@10.32.1",
8-
"bin": {
9-
"dot": "./src/index.ts"
10-
},
11-
"scripts": {
12-
"postinstall": "bash node_modules/@polkadot-apps/terminal/scripts/patch-wasm.sh",
13-
"format": "biome format --write .",
14-
"format:check": "biome format .",
15-
"build": "bun build --compile src/index.ts --outfile ./dist/dot",
16-
"cli:install": "bun build --compile src/index.ts --outfile ~/.polkadot/bin/dot",
17-
"test": "vitest run",
18-
"test:watch": "vitest",
19-
"test:e2e": "vitest run --config e2e/vitest.config.ts",
20-
"test:e2e:smoke": "tools/e2e-local.sh smoke",
21-
"test:e2e:pr": "tools/e2e-local.sh pr",
22-
"test:e2e:nightly": "tools/e2e-local.sh nightly"
23-
},
24-
"dependencies": {
25-
"@dotdm/contracts": "latest",
26-
"@parity/dotns-cli": "0.5.6",
27-
"@polkadot-api/sdk-ink": "^0.6.2",
28-
"@polkadot-apps/address": "latest",
29-
"@polkadot-apps/bulletin": "latest",
30-
"@polkadot-apps/chain-client": "latest",
31-
"@polkadot-apps/contracts": "latest",
32-
"@polkadot-apps/descriptors": "latest",
33-
"@polkadot-apps/keys": "latest",
34-
"@polkadot-apps/storage": "^0.2.8",
35-
"@polkadot-apps/terminal": "latest",
36-
"@polkadot-apps/tx": "latest",
37-
"@polkadot-apps/utils": "latest",
38-
"@sentry/node": "^9.47.1",
39-
"bulletin-deploy": "0.7.6",
40-
"commander": "^12.0.0",
41-
"ink": "^5.2.1",
42-
"polkadot-api": "^1.23.3",
43-
"react": "^18.3.1",
44-
"react-devtools-core": "file:stubs/react-devtools-core",
45-
"tar": "^7.5.13"
46-
},
47-
"devDependencies": {
48-
"@biomejs/biome": "^1.9.4",
49-
"@changesets/cli": "^2.29.8",
50-
"@types/node": "^22.15.3",
51-
"@types/react": "^18.3.18",
52-
"execa": "^9.6.1",
53-
"@types/tar": "^7.0.87",
54-
"typescript": "^5.9.3",
55-
"vitest": "^3.2.1"
56-
},
57-
"pnpm": {
58-
"onlyBuiltDependencies": [
59-
"@biomejs/biome"
60-
],
61-
"overrides": {
62-
"@parity/dotns-cli>@polkadot-api/descriptors": "file:./stubs/papi-descriptors-stub"
2+
"name": "playground-cli",
3+
"description": "CLI for Polkadot Playground",
4+
"version": "0.15.4",
5+
"private": true,
6+
"type": "module",
7+
"packageManager": "pnpm@10.32.1",
8+
"bin": {
9+
"dot": "./src/index.ts"
6310
},
64-
"packageExtensions": {
65-
"bulletin-deploy@0.7.6": {
66-
"dependencies": {
67-
"@polkadot/util": "13.5.9"
68-
}
69-
},
70-
"@parity/dotns-cli@0.5.6": {
71-
"dependencies": {
72-
"@polkadot/util": "14.0.3"
11+
"scripts": {
12+
"postinstall": "bash node_modules/@polkadot-apps/terminal/scripts/patch-wasm.sh",
13+
"format": "biome format --write .",
14+
"format:check": "biome format .",
15+
"build": "bun build --compile src/index.ts --outfile ./dist/dot",
16+
"cli:install": "bun build --compile src/index.ts --outfile ~/.polkadot/bin/dot",
17+
"test": "vitest run",
18+
"test:watch": "vitest",
19+
"test:e2e": "vitest run --config e2e/vitest.config.ts",
20+
"test:e2e:smoke": "tools/e2e-local.sh smoke",
21+
"test:e2e:pr": "tools/e2e-local.sh pr",
22+
"test:e2e:nightly": "tools/e2e-local.sh nightly"
23+
},
24+
"dependencies": {
25+
"@dotdm/contracts": "latest",
26+
"@parity/dotns-cli": "0.5.6",
27+
"@polkadot-api/sdk-ink": "^0.6.2",
28+
"@polkadot-apps/address": "latest",
29+
"@polkadot-apps/bulletin": "latest",
30+
"@polkadot-apps/chain-client": "latest",
31+
"@polkadot-apps/contracts": "latest",
32+
"@polkadot-apps/descriptors": "latest",
33+
"@polkadot-apps/keys": "latest",
34+
"@polkadot-apps/storage": "^0.2.8",
35+
"@polkadot-apps/terminal": "latest",
36+
"@polkadot-apps/tx": "latest",
37+
"@polkadot-apps/utils": "latest",
38+
"@sentry/node": "^9.47.1",
39+
"bulletin-deploy": "0.7.6",
40+
"commander": "^12.0.0",
41+
"ink": "^5.2.1",
42+
"polkadot-api": "^1.23.3",
43+
"react": "^18.3.1",
44+
"react-devtools-core": "file:stubs/react-devtools-core",
45+
"tar": "^7.5.13"
46+
},
47+
"devDependencies": {
48+
"@biomejs/biome": "^1.9.4",
49+
"@changesets/cli": "^2.29.8",
50+
"@types/node": "^22.15.3",
51+
"@types/react": "^18.3.18",
52+
"execa": "^9.6.1",
53+
"@types/tar": "^7.0.87",
54+
"typescript": "^5.9.3",
55+
"vitest": "^3.2.1"
56+
},
57+
"pnpm": {
58+
"onlyBuiltDependencies": [
59+
"@biomejs/biome"
60+
],
61+
"overrides": {
62+
"@parity/dotns-cli>@polkadot-api/descriptors": "file:./stubs/papi-descriptors-stub"
63+
},
64+
"packageExtensions": {
65+
"bulletin-deploy@0.7.6": {
66+
"dependencies": {
67+
"@polkadot/util": "13.5.9"
68+
}
69+
},
70+
"@parity/dotns-cli@0.5.6": {
71+
"dependencies": {
72+
"@polkadot/util": "14.0.3"
73+
}
74+
}
7375
}
74-
}
7576
}
76-
}
7777
}

0 commit comments

Comments
 (0)