-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 947 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
{
"name": "near-oracle-bot",
"version": "1.4.1",
"description": "",
"main": "index.js",
"dependencies": {
"@pythnetwork/pyth-evm-js": "^1.29.2",
"big.js": "^6.1.1",
"binance-api-node": "^0.11.13",
"coingecko-api-v3": "0.0.13",
"messaging-api-telegram": "^1.1.0",
"near-api-js": "^0.42.0",
"node-abort-controller": "^3.0.1",
"web3": "^1.8.2",
"ethers": "^5.7.2",
"@uniswap/v3-sdk": "^3.9.0",
"@uniswap/sdk-core": "^3.1.0"
},
"scripts": {
"test": "jest func.test.js --useStderr --verbose false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NearDeFi/near-price-oracle-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NearDeFi/near-price-oracle-bot/issues"
},
"homepage": "https://github.com/NearDeFi/near-price-oracle-bot#readme",
"devDependencies": {
"jest": "^27.2.0",
"prettier": "^2.4.1"
}
}