-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.19 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "tanssi",
"version": "1.0.0",
"description": "Tanssi monorepo",
"private": "true",
"type": "module",
"workspaces": [
"test",
"typescript-api"
],
"scripts": {
"clean-all": "rm -rf node_modules && pnpm -r clean",
"build": "pnpm -r build",
"fmt": "pnpm -r fmt",
"fmt:fix": "pnpm -r fmt:fix",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"postinstall": "pnpm build"
},
"dependencies": {
"@polkadot/api": "16.1.2",
"@polkadot/api-augment": "16.1.2",
"@polkadot/api-base": "16.1.2",
"@polkadot/api-derive": "16.1.2",
"@polkadot/keyring": "13.5.1",
"@polkadot/rpc-augment": "16.1.2",
"@polkadot/rpc-core": "16.1.2",
"@polkadot/rpc-provider": "16.1.2",
"@polkadot/typegen": "16.1.2",
"@polkadot/types": "16.1.2",
"@polkadot/types-augment": "16.1.2",
"@polkadot/types-codec": "16.1.2",
"@polkadot/types-create": "16.1.2",
"@polkadot/types-known": "16.1.2",
"@polkadot/types-support": "16.1.2",
"@polkadot/util": "13.5.1",
"@polkadot/util-crypto": "13.5.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.12.0",
"tsx": "4.19.2",
"typescript": "5.5.4"
},
"pnpm": {
"overrides": {
"@polkadot/api": "16.1.2",
"@polkadot/api-augment": "16.1.2",
"@polkadot/api-base": "16.1.2",
"@polkadot/api-derive": "16.1.2",
"@polkadot/keyring": "13.5.1",
"@polkadot/rpc-augment": "16.1.2",
"@polkadot/rpc-core": "16.1.2",
"@polkadot/rpc-provider": "16.1.2",
"@polkadot/typegen": "16.1.2",
"@polkadot/types": "16.1.2",
"@polkadot/types-augment": "16.1.2",
"@polkadot/types-codec": "16.1.2",
"@polkadot/types-create": "16.1.2",
"@polkadot/types-known": "16.1.2",
"@polkadot/types-support": "16.1.2",
"@polkadot/util": "13.5.1",
"@polkadot/util-crypto": "13.5.1",
"typescript": "5.5.4"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@chainsafe/blst",
"bigint-buffer",
"classic-level",
"cpu-features",
"esbuild",
"protobufjs",
"sqlite3",
"ssh2"
]
},
"keywords": [],
"author": "",
"license": "ISC"
}