{
  "name": "@kehto/shell",
  "version": "0.21.2",
  "description": "Shell runtime — relay bridge, ACL enforcement, signer proxy, storage proxy for hosting napplet iframe applications",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@kehto/acl": "^0.19.0",
    "@kehto/runtime": "^0.24.0"
  },
  "peerDependencies": {
    "@napplet/core": ">=0.32.0 <0.33.0",
    "@napplet/nap": ">=0.32.0 <0.33.0",
    "nostr-tools": ">=2.23.3 <=2.x"
  },
  "devDependencies": {
    "@napplet/core": ">=0.32.0 <0.33.0",
    "@napplet/nap": ">=0.32.0 <0.33.0",
    "@napplet/shim": "0.30.0",
    "nostr-tools": "^2.23.3",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kehto/web.git",
    "directory": "packages/shell"
  },
  "keywords": [
    "nostr",
    "napplet",
    "kehto",
    "shell",
    "relay-bridge"
  ],
  "scripts": {
    "build": "tsup",
    "type-check": "tsc --noEmit",
    "test:unit": "echo 'no unit tests yet'"
  }
}