forked from moonbeam-foundation/moonbeam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 KB
/
package.json
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
{
"name": "moonbeam",
"version": "1.0.0",
"description": "Moonbeam Network Monorepo",
"private": true,
"type": "module",
"workspaces": [
"test",
"typescript-api",
"moonbeam-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": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-derive": "15.0.1",
"@polkadot/keyring": "13.2.3",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"ethers": "6.13.4",
"tsup": "8.3.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.10.1",
"tsx": "4.19.2",
"typescript": "5.7.2"
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "4.9.6"
}
},
"keywords": [],
"author": "",
"license": "ISC"
}