|
1 | 1 | {
|
2 | 2 | "name": "substrate-connect",
|
3 | 3 | "version": "0.1.0",
|
| 4 | + "type": "module", |
4 | 5 | "description": "A collection of libraries and tools needed to run Substrate Wasm light clients directly in the browser",
|
5 | 6 | "repository": "https://github.com/paritytech/substrate-connect.git",
|
6 | 7 | "author": "Parity Team <admin@parity.io>",
|
|
18 | 19 | "downloadSpecs": "node bin/downloadSpecs.js",
|
19 | 20 | "api-docs": "typedoc",
|
20 | 21 | "deep-clean": "pnpm -r deep-clean && rm -rf node_modules",
|
21 |
| - "clean": " pnpm -r run clean", |
| 22 | + "clean": "turbo run clean", |
| 23 | + "build": "turbo run build", |
22 | 24 | "lint": "prettier --check .",
|
23 |
| - "build": "pnpm -r build", |
24 | 25 | "test": "pnpm -r test",
|
25 | 26 | "dev:api-docs": "concurrently -n typedoc,http-server 'nodemon -e ts --watch ./packages/connect --watch ./packages/connect-extension-protocol --exec typedoc' 'http-server _site/api'",
|
26 | 27 | "dev:burnr": "pnpm --filter @substrate/burnr dev",
|
|
34 | 35 | },
|
35 | 36 | "devDependencies": {
|
36 | 37 | "@changesets/cli": "^2.27.7",
|
| 38 | + "@total-typescript/tsconfig": "^1.0.4", |
37 | 39 | "@types/chrome": "^0.0.270",
|
38 | 40 | "@types/node": "^20.14.10",
|
39 | 41 | "@types/qrcode.react": "^1.0.5",
|
|
46 | 48 | "eslint-config-prettier": "^9.1.0",
|
47 | 49 | "eslint-config-react-app": "^7.0.1",
|
48 | 50 | "eslint-plugin-import": "^2.29.0",
|
| 51 | + "globals": "^15.9.0", |
49 | 52 | "http-server": "^14.1.1",
|
50 | 53 | "husky": "^9.0.11",
|
| 54 | + "jsdom": "^24.0.0", |
51 | 55 | "lint-staged": "^15.2.7",
|
52 | 56 | "nodemon": "^3.1.4",
|
53 | 57 | "prettier": "^3.3.3",
|
| 58 | + "rimraf": "^6.0.1", |
| 59 | + "tshy": "^3.0.2", |
54 | 60 | "tslib": "^2.6.2",
|
55 |
| - "tsup": "^8.0.2", |
56 |
| - "turbo": "^1.13.2", |
| 61 | + "turbo": "^2.1.1", |
57 | 62 | "typedoc": "^0.25.13",
|
58 |
| - "typescript": "^5.5.4" |
| 63 | + "typescript": "^5.5.4", |
| 64 | + "vite-tsconfig-paths": "^5.0.1", |
| 65 | + "vitest": "^2.0.5" |
59 | 66 | },
|
60 |
| - "packageManager": "pnpm@8.14.0", |
| 67 | + "packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1", |
61 | 68 | "pnpm": {
|
62 | 69 | "overrides": {
|
63 | 70 | "@substrate/connect": "workspace:^",
|
|
0 commit comments