xcraft-core-eventstore
Version:
Xcraft event store
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "xcraft-core-eventstore",
"version": "1.1.4",
"description": "Xcraft event store",
"main": "index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xcraft",
"event",
"store"
],
"repository": {
"type": "file",
"url": "lib/xcraft-core-eventstore"
},
"dependencies": {
"async": "^1.4.0",
"nedb": "^1.1.2",
"xcraft-axon": "^2.0.4",
"xcraft-core-etc": "^2.0.0",
"xcraft-core-log": "^1.0.0"
},
"author": "Epsitec SA",
"contributors": [
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Samuel Loup <loup@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-eventstore/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-eventstore#readme",
"devDependencies": {
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.0"
},
"prettier": "xcraft-dev-prettier"
}