Files
simplexmq/smp-web/package.json
T
Evgeny @ SimpleX Chat 3eefffffa3 smp web: initial setup
2026-03-21 21:49:30 +00:00

25 lines
559 B
JSON

{
"name": "@simplex-chat/smp-web",
"version": "0.1.0",
"description": "SMP protocol client for web/browser environments",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/simplex-chat/simplexmq.git",
"directory": "smp-web"
},
"type": "module",
"files": ["src", "dist"],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@simplex-chat/xftp-web": "file:../xftp-web",
"@noble/hashes": "^1.5.0"
},
"devDependencies": {
"typescript": "^5.4.0",
"ws": "^8.0.0"
}
}