|
1 | 1 | { |
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" |
63 | 10 | }, |
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 | + } |
73 | 75 | } |
74 | | - } |
75 | 76 | } |
76 | | - } |
77 | 77 | } |
0 commit comments