5eccb92768
Source: b979f02634
Co-authored-by: ljedrz <ljedrz@gmail.com>
Co-authored-by: Mark Henderson <henderson.mark@gmail.com>
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "ipfs-rust-conformance",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx mocha"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aegir": "^21.3.0",
|
|
"interface-ipfs-core": "0.137.0",
|
|
"ipfsd-ctl": "github:ipfs-rust/js-ipfsd-ctl#add_rust_ipfs_http",
|
|
"mocha": "^7.1.0",
|
|
"ipfs-http-client": "^44.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"rust-ipfs-dep": "github:ipfs-rust/npm-rust-ipfs-dep#master",
|
|
"ipfs": "^0.43.0"
|
|
}
|
|
}
|