-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 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
47
48
49
50
51
52
{
"name": "@reef-defi/evm-provider",
"version": "1.0.4-0",
"main": "index.js",
"types": "index.d.ts",
"repository": "git@github.com:reef-defi/evm-provider.js.git",
"author": "Reef Developers",
"license": "Apache-2.0",
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns e2e",
"test:one": "polkadot-dev-run-test",
"test:watch": "polkadot-dev-run-test --watch"
},
"resolutions": {
"@ethersproject/abstract-signer": "~5.5.0",
"@ethersproject/abstract-provider": "~5.5.0"
},
"dependencies": {
"@open-web3/dev-config": "0.1.13",
"@open-web3/scanner": "1.0.1",
"@polkadot/api": "~6.4.2",
"@polkadot/keyring": "~7.9.2",
"@polkadot/rpc-provider": "~6.4.2",
"@polkadot/types": "~6.4.2",
"@polkadot/util": "~7.9.2",
"@polkadot/util-crypto": "~7.9.2",
"@reef-defi/api": "^1.0.4",
"@reef-defi/api-derive": "^1.0.4",
"@reef-defi/type-definitions": "^1.0.4",
"@reef-defi/types": "^1.0.4",
"@typescript-eslint/eslint-plugin": "4.8.1",
"blakejs": "~1.1.0",
"ethers": "~5.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@types/chai": "^4.2.14",
"@types/jest": "^27.0.1",
"@types/validator": "^13.1.0",
"ts-node": "~10.2.0",
"typescript": "~4.4.3"
},
"packageManager": "yarn@3.0.1",
"stableVersion": "1.0.3"
}