@ew-did-registry/did-ipfs-store
Version:
IPFS-based implementation of IDidStore
54 lines (53 loc) • 1.48 kB
JSON
{
"name": "@ew-did-registry/did-ipfs-store",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
"description": "IPFS-based implementation of IDidStore",
"main": "./dist/index.js",
"browser": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "../../node_modules/.bin/mocha -r ts-node/register test/**/*.test.ts",
"compile": "webpack --config ../../webpack.config.js",
"lint": "../../node_modules/.bin/eslint src/**/*.ts",
"fix": "../../node_modules/.bin/eslint src/**/*.ts --fix"
},
"keywords": [
"EnergyWeb",
"claim",
"store",
"did"
],
"author": {
"name": "EnergyWeb",
"url": "https://www.energyweb.org/"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@ew-did-registry/did-store-interface": "0.9.0",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"@web-std/form-data": "^3.0.2",
"axios": "^0.27.2"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node": "^15.12.3",
"chai-as-promised": "^7.1.1",
"chance": "^1.1.9",
"dotenv": "^16.0.3",
"ganache-cli": "^6.12.2",
"ipfs-only-hash": "^4.0.0",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^1.1.4",
"run-with-testrpc": "0.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.9.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"gitHead": "3a0cf66f57f726ac609e40a6cc9447212099eb95"
}