File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
"clean" : " rimraf ./dist" ,
15
15
"lint" : " aegir ts --check && aegir lint" ,
16
16
"coverage" : " nyc -s npm run test -t node && nyc report --reporter=html" ,
17
- "depcheck" : " aegir dep-check -i @types/mocha -i @types/sinon -i nyc -i abort-controller -i rimraf -i ipfs-core-types -i copy -i util -i crypto-browserify -i events -i readable-stream"
17
+ "depcheck" : " aegir dep-check -i @types/mocha -i @types/sinon -i nyc -i abort-controller -i rimraf -i ipfs-core-types -i copy -i util -i crypto-browserify -i events -i readable-stream -i interface-blockstore "
18
18
},
19
19
"repository" : {
20
20
"type" : " git" ,
64
64
"interface-blockstore" : " ^0.0.5" ,
65
65
"ipfs-unixfs" : " ^4.0.3" ,
66
66
"it-last" : " ^1.0.5" ,
67
- "multiformats" : " ^9.0.4"
67
+ "multiformats" : " ^9.0.4" ,
68
+ "murmurhash3js-revisited" : " ^3.0.0" ,
69
+ "uint8arrays" : " ^2.1.5"
68
70
},
69
71
"types" : " dist/src/index.d.ts" ,
70
72
"files" : [
Original file line number Diff line number Diff line change 33
33
},
34
34
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
35
35
"devDependencies" : {
36
- "@ipld/dag-cbor" : " ^6.0.4" ,
37
36
"@types/mocha" : " ^8.2.1" ,
38
37
"aegir" : " ^33.1.0" ,
39
38
"assert" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments