{
  "name": "lit-vc-sdk",
  "version": "0.0.5",
  "main": "build/node/index.js",
  "license": "MIT",
  "bin": "./bin/cli.js",
  "scripts": {
    "clear": "rm -rf ./build/*",
    "doc": "typedoc --entryPointStrategy expand ./src",
    "watchSrc": "yarn tsc --watch",
    "watchTsSrcForWeb": "node esbuild-web-watch.js",
    "buildWeb": "node esbuild-web.js",
    "devHtml": "yarn tsc && yarn buildWeb && concurrently 'yarn watchSrc' 'yarn watchTsSrcForWeb' 'node live-server.js'",
    "dev": "yarn buildWeb && concurrently 'yarn watchSrc' 'yarn watchTsSrcForWeb'",
    "watchTsSrcForNode": "node esbuild-node-watch.js",
    "buildNode": "node esbuild-node.js",
    "devReact": "concurrently 'yarn watchSrc' 'yarn watchTsSrcForNode' 'yarn runReact'",
    "build": "concurrently 'yarn buildWeb' 'yarn buildNode' && yalc publish && yalc push",
    "getReact": "cd tests && npx create-react-app react-app",
    "runReact": "cd ./tests/react-app && yarn start",
    "removeReact": "rm -rf ./tests/react-app",
    "linkReact": "cd ./tests/react-app && yalc add @websaam/sdk-ts-starter",
    "publish": "npm publish --access=public"
  },
  "devDependencies": {
    "concurrently": "^7.2.2",
    "esbuild": "^0.14.49",
    "esbuild-node-builtins": "^0.1.0",
    "live-server": "^1.2.2",
    "typedoc": "^0.23.11",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@ceramicnetwork/http-client": "^2.3.4",
    "@ceramicnetwork/stream-tile": "^2.4.3",
    "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
    "@esbuild-plugins/node-modules-polyfill": "^0.1.4",
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/signing-key": "^5.7.0",
    "@ethersproject/wallet": "^5.7.0",
    "dids": "^3.3.0",
    "global": "^4.4.0",
    "key-did-provider-secp256k1-with-lit": "^0.1.0",
    "key-did-resolver": "^2.1.1",
    "lit-js-sdk": "^1.2.11",
    "yalc": "^1.0.0-pre.53"
  }
}
