summaryrefslogtreecommitdiff
path: root/shim/ws-shim/package.json
blob: ff2d0c4cd6c20cbc46574760fb4f94f7961e3ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ws-shim",
  "module": "index.ts",
  "type": "module",
  "dependencies": {
    "nostr-tools": "^2.16.2",
    "urbit-http": "file:../http-api"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  }
}