-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
25 lines (25 loc) · 1010 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": "go-fil-markets",
"version": "1.0.0",
"description": "[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![CircleCI](https://circleci.com/gh/filecoin-project/go-fil-markets.svg?style=svg)](https://circleci.com/gh/filecoin-project/go-fil-markets) [![codecov](https://codecov.io/gh/filecoin-project/go-fil-markets/branch/master/graph/badge.svg)](https://codecov.io/gh/filecoin-project/go-fil-markets)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filecoin-project/go-fil-markets.git"
},
"author": "",
"license": "(Apache-2.0 OR MIT)",
"bugs": {
"url": "https://github.com/filecoin-project/go-fil-markets/issues"
},
"homepage": "https://github.com/filecoin-project/go-fil-markets#readme",
"dependencies": {
"@mermaid-js/mermaid-cli": "^8.5.1-2"
}
}