UNPKG

@othree.io/chisel

Version:

Event sourcing made easy

37 lines (36 loc) 784 B
{ "name": "@othree.io/chisel", "version": "5.0.0", "description": "Event sourcing made easy", "private": false, "main": "lib/index.js", "scripts": { "test": "jest", "build": "tsc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/othree.oss/chisel.git" }, "keywords": [ "event", "sourcing", "chisel" ], "author": "othree", "license": "ISC", "bugs": { "url": "https://gitlab.com/othree.oss/chisel/issues" }, "homepage": "https://gitlab.com/othree.oss/chisel#readme", "peerDependencies": { "@othree.io/cerillo": "^1.0.0", "@othree.io/optional": "^2.3.1" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.1", "typescript": "^5.8.3" } }