-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "@violetprotocol/mauve-v3-sdk",
"license": "MIT",
"version": "4.2.5",
"description": "⚒️ An SDK for building applications on top of Mauve",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/violetprotocol/mauve-v3-sdk.git",
"keywords": [
"mauve",
"ethereum"
],
"module": "dist/v3-sdk.esm.js",
"scripts": {
"build": "tsdx build",
"start": "tsdx watch",
"test": "tsdx test",
"prepublishOnly": "tsdx build"
},
"dependencies": {
"@ethersproject/solidity": "^5.0.9",
"@violetprotocol/ethereum-access-token-helpers": "^0.2.0",
"@violetprotocol/mauve-periphery": "1.8.8",
"@violetprotocol/mauve-sdk-core": "3.3.0",
"@violetprotocol/mauve-swap-router-contracts": "1.5.4",
"ethers": "^5.7.2",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@violetprotocol/mauve-core": "1.2.4",
"tsdx": "^0.14.1"
},
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}