mithic
Version:
Modular library for real-time isomorphic applications using CQRS/ES/CRDT
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "mithic",
"version": "0.1.0",
"description": "Modular library for real-time isomorphic applications using CQRS/ES/CRDT",
"type": "module",
"sideEffects": false,
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": "./index.js"
},
"files": [
"./index.js",
"./index.d.ts"
],
"scripts": {
"build": "npm run build -ws",
"clean": "npm run clean -ws && rimraf docs",
"doc": "typedoc",
"test": "npm test -ws"
},
"workspaces": [
"./packages/commons",
"./packages/collections",
"./packages/messaging",
"./packages/cqrs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andykswong/mithic.git"
},
"keywords": [
"collaboration",
"cqrs",
"crdt",
"decentralized",
"distributed",
"eventsourcing",
"p2p",
"offline-first",
"state-channel",
"typescript",
"web3"
],
"author": "Andy K.S. Wong <andykswong@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andykswong/mithic/issues"
},
"homepage": "https://github.com/andykswong/mithic",
"dependencies": {
"@mithic/collections": "^0.1",
"@mithic/commons": "^0.1",
"@mithic/cqrs": "^0.1",
"@mithic/messaging": "^0.1"
},
"devDependencies": {
"rimraf": "^5.0",
"typedoc": "^0.24"
}
}