{
  "name": "@soundsright/user",
  "private": false,
  "version": "0.2.4",
  "description": "soundsright user sdk",
  "keywords": [
    "soundsright",
    "ethereum",
    "polygon",
    "blockchain",
    "javascript",
    "typescript",
    "contract",
    "login"
  ],
  "author": "u404 <ltxwy@hotmail.com>",
  "homepage": "",
  "license": "MIT",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typedocMain": "src/index.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc"
  },
  "dependencies": {
    "@soundsright/auth": "^0.2.4",
    "@soundsright/connector": "^0.2.4",
    "@soundsright/invite": "^0.1.2",
    "@soundsright/service": "^0.1.3",
    "@soundsright/types": "^0.1.2",
    "@soundsright/utils": "^0.1.2",
    "events": "^3.3.0",
    "js-cookie": "^3.0.1",
    "jwt-decode": "^3.1.2"
  },
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/js-cookie": "^3.0.2"
  },
  "gitHead": "03729ba7aa09d116f0ed9dfe4e47abcb173c7ece"
}
