{
  "name": "persistent-programming",
  "version": "3.1.152",
  "description": "",
  "repository": "github:unsegnor/persistent-programming",
  "main": "index.js",
  "scripts": {
    "test": "npm run test-mocha",
    "test-mocha": "npm run test-doubles && npm run test-domain && npm run test-adapters && npm run test-integration && npm run test-mutation",
    "test-domain": "mocha domain --recursive",
    "test-doubles": "mocha test-doubles --recursive",
    "test-adapters": "mocha adapters --recursive",
    "test-integration": "mocha test-integration --recursive",
    "test-mutation": "npx stryker run",
    "patch": "npm version patch && git push --follow-tags"
  },
  "author": "Víctor Calatayud Asensio",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@stryker-mutator/core": "9.0.1",
    "@stryker-mutator/mocha-runner": "9.0.1",
    "chai": "5.2.0",
    "cucumber": "6.0.7",
    "mocha": "11.7.0",
    "expect-to-throw": "^3.0.0",
    "sinon": "^21.0.0"
  }
}
