-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 866 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
{
"name": "monoswap",
"version": "0.3.8",
"description": "",
"main": "dist/index.js",
"dependencies": {
"@bscswap/sdk": "^3.0.15",
"@pancakeswap-libs/sdk": "^1.0.1",
"@types/node": "^14.14.37",
"@uniswap/sdk": "^3.0.3",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"esbuild": "^0.11.5",
"esbuild-runner": "^1.3.2",
"ethers": "^5.1.0",
"honeyswap-sdk": "^1.0.0",
"i": "^0.3.6",
"mocha": "^8.3.2",
"npm": "^7.9.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2"
},
"scripts": {
"test": "nodemon -r esbuild-runner/register --watch . --exec 'mocha -r esbuild-runner/register price.spec.ts'",
"tp": "nodemon -r esbuild-runner/register --watch . --exec 'mocha -r esbuild-runner/register pair.spec.ts'",
"bp": "tsc && npm publish"
},
"keywords": [],
"author": "",
"license": "ISC"
}