-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 901 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 901 Bytes
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
{
"name": "play-dot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@osn/provider-options": "1.1.12",
"@osn/scan-common": "^0.6.26",
"@phala/typedefs": "^0.2.31",
"@pinata/sdk": "^1.1.23",
"@polkadot-api/descriptors": "^0.0.1",
"@polkadot-api/ws-provider": "^0.4.0",
"@polkadot/api": "16.0.1",
"bignumber.js": "^9.0.2",
"ccxt": "^4.2.97",
"cron": "^3.1.6",
"dotenv": "^10.0.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.5.4",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"ipfs-http-client": "^56.0.1",
"it-all": "^1.0.6",
"lodash.difference": "^4.5.0",
"lodash.trim": "^4.5.1",
"mongoose": "^6.2.3",
"multiformats": "13.1.0",
"node-fetch": "2.6.7",
"openai": "^4.83.0",
"polkadot-api": "^1.23.1",
"utf-8-validate": "^5.0.9",
"web3": "^4.15.0"
}
}