{
  "name": "ddd-es-node",
  "public": true,
  "version": "0.4.65",
  "description": "DDD and Event Sourcing primitives for nodejs",
  "main": "./index.js",
  "types": "./index.d.ts",
  "engineStrict": true,
  "engines": {
    "node": ">= 6.9.0"
  },
  "scripts": {
    "clean": "rm -rf coverage dist tmp",
    "build": "tsc -p tsconfig.json",
    "watch": "tsc -w -p tsconfig.json",
    "lint": "tslint -t stylish --exclude '**/*.js' --project 'tsconfig.json'",
    "pretest": "npm run lint && eslint .",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run clean && npm run build && ./prepare.sh"
  },
  "dependencies": {
    "eventstore": "1.12.3",
    "reflect-metadata": "0.1.13",
    "uuid": "8.3.0",
    "walk": "2.3.9"
  },
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-proposal-decorators": "^7.21.0",
    "@babel/preset-env": "^7.21.4",
    "@babel/preset-typescript": "^7.21.4",
    "@types/jest": "26.0.9",
    "@types/node": "12.12.6",
    "@types/uuid": "8.0.1",
    "babel-jest": "^29.5.0",
    "eslint": "8.38.0",
    "eslint-plugin-jest": "27.2.1",
    "jest": "29.5.0",
    "ts-jest": "29.1.0",
    "tslint": "6.1.3",
    "tsutils": "3.21.0",
    "typescript": "5.0.4"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
