@logux/actions
Version:
Types and action creators for build-in Logux actions
28 lines (27 loc) • 596 B
JSON
{
"name": "@logux/actions",
"version": "0.4.0",
"description": "Types and action creators for build-in Logux actions",
"keywords": [
"logux",
"crdt",
"types"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"homepage": "https://logux.org/",
"repository": "logux/actions",
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"engines": {
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
},
"peerDependencies": {
"@logux/core": "^0.9.0"
}
}