forked from moonbeam-foundation/moonbeam
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.47 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.47 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
{
"name": "moonbeam",
"version": "1.0.0",
"description": "Moonbeam Network Monorepo",
"private": true,
"type": "module",
"workspaces": [
"test",
"typescript-api",
"types-bundle"
],
"scripts": {
"clean-all": "rm -rf node_modules && pnpm -r clean",
"build": "pnpm -r build",
"postinstall": "pnpm build",
"check": "pnpm -r check",
"check:fix": "pnpm -r check:fix"
},
"dependencies": {
"@openzeppelin/contracts": "5.3.0",
"@polkadot/api": "16.4.3",
"@polkadot/api-derive": "16.4.3",
"@polkadot/keyring": "13.5.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/typegen": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "13.5.3",
"@polkadot/util-crypto": "13.5.3",
"ethers": "6.14.4",
"tsup": "8.5.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/node": "24.0.10",
"tsx": "4.20.3",
"typescript": "5.8.3"
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "5.3.0",
"@polkadot/api": "16.4.3",
"@polkadot/api-derive": "16.4.3",
"@polkadot/keyring": "13.5.3",
"@polkadot/rpc-provider": "16.4.3",
"@polkadot/typegen": "16.4.3",
"@polkadot/types": "16.4.3",
"@polkadot/types-codec": "16.4.3",
"@polkadot/util": "13.5.3",
"@polkadot/util-crypto": "13.5.3",
"ethers": "6.15.0",
"tsup": "8.5.0"
}
},
"keywords": [],
"author": "",
"license": "ISC"
}