forked from 1inch/swap-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1007 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
35
36
{
"name": "@1inch/swap-vm",
"version": "0.0.6",
"description": "Swap Virtual Machine protocol to build token swap strategies with programmable instruction sequences",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@1inch/aqua": "github:1inch/aqua#0.1.0",
"@1inch/solidity-utils": "6.9.7",
"@openzeppelin/contracts": "5.4.0",
"forge-std": "github:foundry-rs/forge-std#v1.11.0"
},
"resolutions": {
"elliptic": "6.6.1"
},
"scripts": {
"test": "forge test",
"build": "forge build",
"lint": "forge fmt --check",
"format": "forge fmt",
"snapshot": "forge snapshot --force --no-match-test \"testFuzz_*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/1inch/swap-vm.git"
},
"author": "Degensoft Ltd.",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/1inch/swap-vm/issues"
},
"homepage": "https://github.com/1inch/swap-vm#readme"
}