-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
25 lines (25 loc) · 953 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
{
"name": "df-py",
"version": "1.0.0",
"description": "<div align=\"center\"> <img src=\"https://github.com/oceanprotocol/df-py/actions/workflows/black.yml/badge.svg\"/> <img src=\"https://github.com/oceanprotocol/df-py/actions/workflows/mypy.yml/badge.svg\"/> <img src=\"https://github.com/oceanprotocol/df-py/actions/workflows/pylint.yml/badge.svg\"/> <img src=\"https://github.com/oceanprotocol/df-py/actions/workflows/test.yml/badge.svg\"/> </div> <br/>",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceanprotocol/df-py.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oceanprotocol/df-py/issues"
},
"homepage": "https://github.com/oceanprotocol/df-py#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.9.3"
}
}