-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "@violetprotocol/mauve-router-sdk",
"version": "1.6.6",
"description": "An sdk for routing swaps using Mauve.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "tsdx test",
"build": "tsdx build",
"start": "tsdx watch",
"prepublishOnly": "tsdx build"
},
"repository": {
"type": "git",
"url": "https://github.com/violetprotocol/mauve-router-sdk.git"
},
"keywords": [
"mauve",
"ethereum"
],
"license": "MIT",
"dependencies": {
"@violetprotocol/ethereum-access-token-helpers": "^0.2.0",
"@violetprotocol/mauve-sdk-core": "3.3.0",
"@violetprotocol/mauve-swap-router-contracts": "1.5.2",
"@violetprotocol/mauve-v2-sdk": "3.1.1",
"@violetprotocol/mauve-v3-sdk": "4.2.5",
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"prettier": "^2.4.1",
"tsdx": "^0.14.1"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}