-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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
{
"dependencies": {
"@onflow/fcl": "^0.0.77",
"@onflow/types": "^0.0.6",
"bignumber.js": "^9.0.1",
"body-parser": "^1.19.0",
"dotenv": "^11.0.0",
"elliptic": "^6.5.4",
"express": "^4.17.2",
"heap": "^0.2.7",
"https-proxy-agent": "^5.0.0",
"log-timestamp": "^0.3.0",
"node-fetch": "^2.6.2",
"sha3": "^2.1.4"
},
"name": "Increment-Swap",
"version": "1.0.1",
"description": "A fully Permissionless Decentralized Exchange (CFAMM-based) on Flow Blockchain.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --coverage --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IncrementFi/Swap-v2.git"
},
"keywords": [],
"author": "Increment Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/IncrementFi/Swap-v2/issues"
},
"homepage": "https://github.com/IncrementFi/Swap-v2#readme",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-jest": "^28.1.1",
"flow-js-testing": "^0.2.3-alpha.6",
"jest": "^28.1.1",
"jest-environment-node": "^28.1.1"
}
}