{
  "name": "@notcentralised/notvault-sdk",
  "version": "0.9.10069",
  "description": "NotVault is an sdk developed by NotCentralised to build self-sovereign dapps with encryption, zk proofs, ipfs and evm.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --resolveJsonModule",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "NotCentralised",
    "NotVault",
    "Zero Knowledge Proofs",
    "Snarks",
    "EVM",
    "IPFS"
  ],
  "author": "@NumbersDeFi",
  "license": "MIT",
  "prepublish": "tsc",
  "dependencies": {
    "@metamask/eth-sig-util": "6.0.0",
    "@types/uuid": "9.0.2",
    "axios": "1.4.0",
    "crypto-js": "4.2.0",
    "eth-crypto": "2.6.0",
    "ethers": "5.7.2",
    "snarkjs": "0.7.0",
    "typescript": "5.1.6"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
