UNPKG

@bitxenia/astrachat

Version:

Decentralized p2p real-time chat on IPFS

54 lines (53 loc) 1.23 kB
{ "name": "@bitxenia/astrachat", "version": "0.0.30", "description": "Decentralized p2p real-time chat on IPFS ", "keywords": [ "chat", "ipfs", "orbitdb", "real", "time", "decentralized" ], "homepage": "https://github.com/bitxenia/astrachat#readme", "bugs": { "url": "https://github.com/bitxenia/astrachat/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bitxenia/astrachat.git" }, "license": "MIT", "author": "bitxenia", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "scripts": { "build": "tsup", "test": "jest", "format": "prettier --write .", "format:check": "prettier --check .", "prepare": "husky install" }, "dependencies": { "@bitxenia/astradb": "0.1.8", "blockstore-core": "5.0.2", "datastore-core": "10.0.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.3", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "ts-node-dev": "^2.0.0", "tsup": "^8.4.0", "typescript": "^5.8.3", "husky": "^8.0.0" } }