UNPKG

persistent-programming

Version:

[![Build Status](https://travis-ci.com/unsegnor/object-repository.svg?branch=master)](https://travis-ci.com/unsegnor/object-repository) # object-repository Object repository. Just to work with javascript objects implementing transparent persistence. No 'S

29 lines (28 loc) 985 B
{ "name": "persistent-programming", "version": "3.1.153", "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.1", "expect-to-throw": "^3.0.0", "sinon": "^21.0.0" } }