-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 999 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "blockcodec-to-ipld-format",
"version": "2.0.0",
"description": "",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"test": "aegir test",
"build": "aegir build",
"lint": "aegir ts -p check && aegir lint",
"release": "aegir release --docs",
"release-minor": "aegir release --type minor --docs",
"release-major": "aegir release --type major --docs"
},
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "MIT/Apache",
"repository": {
"type": "git",
"url": "git+https://github.com/ipld/js-blockcodec-to-ipld-format.git"
},
"devDependencies": {
"aegir": "^34.0.3",
"it-all": "^1.0.5",
"util": "^0.12.4"
},
"dependencies": {
"cids": "^1.1.6",
"interface-ipld-format": "^1.0.0",
"multiformats": "^9.4.3",
"multihashes": "^4.0.2",
"multihashing-async": "^2.1.2"
},
"contributors": [
"achingbrain <alex@achingbrain.net>"
]
}