{
  "name": "@lightningrodlabs/we-applet",
  "version": "0.17.2",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lightningrodlabs/we.git"
  },
  "keywords": [
    "holochain"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./dist/*": "./dist/*"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch --preserveWatchOutput"
  },
  "type": "module",
  "dependencies": {
    "@holochain-open-dev/profiles": "0.400.0-dev.1",
    "@holochain/client": "0.18.0-dev.3",
    "@msgpack/msgpack": "^2.8.0",
    "js-base64": "^3.7.2"
  },
  "devDependencies": {
    "rimraf": "^3.0.2",
    "typescript": "^5.2.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
