rust-ipfs/conformance/package.json
2021-12-02 11:46:14 +02:00

24 lines
542 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.139.0",
"ipfsd-ctl": "github:rs-ipfs/js-ipfsd-ctl#add_rust_ipfs_http",
"mocha": "^7.1.0",
"ipfs-http-client": "46.0.0",
"why-is-node-running": "2.2.0"
},
"devDependencies": {
"rust-ipfs-dep": "github:rs-ipfs/npm-rust-ipfs-dep#master",
"ipfs": "0.49.0"
}
}