-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name": "ecdsa-failure",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.x"
},
"resolutions": {
"@polkadot/api": "6.5.2",
"@polkadot/api-contract": "6.5.2",
"@polkadot/types": "6.5.2",
"@polkadot/util": "7.6.1",
"@polkadot/util-crypto": "7.6.1",
"@polkadot/keyring": "7.6.1",
"typescript": "^4.3.2"
},
"dependencies": {
"@redspot/chai": "0.13.1",
"@redspot/decimals": "0.13.1",
"@redspot/explorer": "0.13.1",
"@redspot/gas-reporter": "0.13.1",
"@redspot/known-types": "0.13.1",
"@redspot/patract": "0.13.1",
"@redspot/watcher": "0.13.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
"redspot": "0.13.1",
"typescript": "^4.3.2"
},
"module": "true",
"scripts": {
"build": "yarn redspot compile",
"test": "yarn redspot test --no-compile",
"explorer": "yarn redspot explorer"
}
}