status-frontend/package.json

23 lines
584 B
JSON
Raw Normal View History

2022-09-29 16:25:10 +02:00
{
"name": "status-frontend",
"version": "0.0.0",
"description": "Site for showing the status of Ocean Protocol services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oceanprotocol/status-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oceanprotocol/status-frontend/issues"
},
"homepage": "https://github.com/oceanprotocol/status-frontend#readme",
"dependencies": {
"react": "^18.2.0"
}
}