UNPKG

@safient/core

Version:

JavaScript SDK to manage safes and interact with Safient protocol.

67 lines (66 loc) 1.88 kB
{ "name": "@safient/core", "version": "0.1.21-alpha.5", "description": "JavaScript SDK to manage safes and interact with Safient protocol.", "keywords": [ "Web3", "Ethereum", "Safient", "IPFS", "Crypto" ], "scripts": { "prettier": "prettier --write 'contracts/**/*.sol'", "test": "mocha --timeout 120000", "test:unit": "mocha --timeout 120000 test/unitTest.js", "build": "tsc -p tsconfig.json", "build:docs": "cd docs && npm install && npm run build", "serve:docs": "npm run build:docs && cd docs && npm run start", "deploy:docs": "npm run build:docs && cd docs && npx docusaurus deploy" }, "repository": { "type": "git", "url": "git+https://github.com/safient/safient-core-js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "author": "Safient <hello@safient.io>", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@ceramicnetwork/http-client": "^1.5.3", "@ceramicstudio/idx": "^0.12.0", "@ceramicstudio/idx-tools": "^0.10.0", "@ethersproject/providers": "^5.4.4", "@safient/contracts": "^0.1.18-alpha", "@stablelib/random": "^1.0.1", "@textile/hub": "^6.3.1", "bcryptjs": "^2.4.3", "browser-or-node": "^1.3.0", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "crypto-js": "^4.0.0", "did-jwt": "^4.9.0", "dids": "^2.4.3", "eccrypto": "^1.1.6", "ethers": "^5.4.4", "ipfs-http-client": "^55.0.0", "key-did-provider-ed25519": "^1.1.0", "key-did-resolver": "^1.4.0", "mocha": "^9.0.1", "shamirs-secret-sharing": "^1.0.1", "socket.io": "^3.0.5", "socket.io-client": "^3.0.5", "uint8arrays": "^2.1.2", "unique-random": "^3.0.0" }, "devDependencies": { "@types/node": "^15.12.4", "typescript": "^4.3.2" } }