interface-ipld-format
Version:
29 lines (28 loc) • 672 B
JSON
{
"name": "interface-ipld-format",
"version": "1.0.1",
"description": "IPLD format",
"main": "index.js",
"types": "./types.d.ts",
"files": [
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipld/interface-ipld-format.git"
},
"author": "",
"license": "(Apache-2.0 AND MIT)",
"bugs": {
"url": "https://github.com/ipld/interface-ipld-format/issues"
},
"homepage": "https://github.com/ipld/interface-ipld-format#readme",
"dependencies": {
"cids": "^1.1.6",
"multicodec": "^3.0.1",
"multihashes": "^4.0.2"
}
}