-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 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
{
"name": "openswap-core",
"version": "0.7.8",
"license": "MIT",
"description": "Core contracts for the OpenSwap protocol on Harmony",
"files": [
"contracts",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TheOpenFinanceProject/openswap-core.git"
},
"keywords": [
"openswap",
"openswap contracts",
"harmony"
],
"dependencies": {
"@openzeppelin/contracts": "^3.1.0",
"@openzeppelin/test-helpers": "^0.5.11"
},
"bugs": {
"url": "https://github.com/TheOpenFinanceProject/openswap-core/issues"
},
"homepage": "https://github.com/TheOpenFinanceProject/openswap-core#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TheOpenFinanceProject"
}