@daaku/kombat
Version:
Infrastructure for CRDT powered applications.
39 lines (38 loc) • 793 B
JSON
{
"name": "@daaku/kombat",
"author": "Naitik Shah <n@daaku.org>",
"version": "2.16.0",
"description": "Infrastructure for CRDT powered applications.",
"repository": "git@github.com:daaku/kombat",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"prettier": {
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"scripts": {
"deploy": "bun test && npm publish --access=public",
"prepare": "tsc"
},
"keywords": [
"crdt",
"kombat",
"offline"
],
"devDependencies": {
"@types/bun": "^1.0.8",
"typescript": "^5.0.2"
},
"dependencies": {
"async-mutex": "^0.5.0",
"nanoid": "^5.0.1"
}
}