-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
33
34
35
36
{
"dependencies": {
"@onflow/fcl": "^0.0.76",
"@onflow/types": "^0.0.6",
"bignumber.js": "^9.0.1"
},
"name": "IncrementFi",
"description": "Decentralized Money Market on Flow",
"version": "1.0.1",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --coverage --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IncrementFi/Money-Market.git"
},
"author": "Increment Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/IncrementFi/Money-Market/issues"
},
"homepage": "https://github.com/IncrementFi/Money-Market/blob/main/README.md",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-jest": "^27.3.1",
"flow-js-testing": "^0.2.3-alpha.5",
"jest": "^27.3.1",
"jest-environment-node": "^27.3.1"
},
"keywords": []
}