@ew-did-registry/did-s3-store
Version:
S3-based implementation of IDidStore
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "@ew-did-registry/did-s3-store",
"version": "0.9.1-alpha.1542.0",
"publishConfig": {
"access": "public"
},
"description": "S3-based implementation of IDidStore",
"main": "./dist/index.js",
"browser": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"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": {
"@aws-sdk/client-s3": "^3.826.0",
"@ew-did-registry/did-store-interface": "0.9.1-alpha.1542.0"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.10",
"@types/node": "^15.12.3",
"chai-as-promised": "^7.1.1",
"chance": "^1.1.9",
"dotenv": "^16.0.3",
"ganache-cli": "^6.12.2",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^1.1.4",
"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": "95ad659875d12ee44113fa132ba06a95ff136bdf"
}