-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.54 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
{
"name": "ink-game-theory-games",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate": "npx typechain-polkadot --in ./artifacts --out ./out",
"start": "ts-node test/index.ts",
"test": "ts-node test/index.ts"
},
"dependencies": {
"@727-ventures/typechain-polkadot": "1.0.0-beta.2",
"@727-ventures/typechain-types": "1.0.0-beta.1",
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.1.4",
"@polkadot/api-contract": "^10.1.4",
"@types/bn.js": "^5.1.0"
},
"resolutions": {
"@polkadot/api": "^8.3.1",
"@polkadot/api-augment": "^8.3.1",
"@polkadot/api-base": "^8.3.1",
"@polkadot/api-contract": "^8.3.1",
"@polkadot/api-derive": "^8.3.1",
"@polkadot/hw-ledger": "^9.1.1",
"@polkadot/keyring": "^9.1.1",
"@polkadot/networks": "^9.1.1",
"@polkadot/phishing": "^0.12.1",
"@polkadot/rpc-augment": "^8.3.1",
"@polkadot/rpc-core": "^8.3.1",
"@polkadot/rpc-provider": "^8.3.1",
"@polkadot/types": "^8.3.1",
"@polkadot/types-augment": "^8.3.1",
"@polkadot/types-codec": "^8.3.1",
"@polkadot/types-create": "^8.3.1",
"@polkadot/types-known": "^8.3.1",
"@polkadot/types-support": "^8.3.1",
"@polkadot/util": "^9.1.1",
"@polkadot/util-crypto": "^9.1.1",
"@polkadot/wasm-crypto": "^6.0.1",
"typescript": "^4.6.4"
},
"repository": "git@github.com:subslice/ink-game-theory-games.git",
"author": "FaisalAl-Tameemi <faisal.al.tameemi@gmail.com>",
"license": "MIT"
}