UNPKG

jstps

Version:

A Transaction Processing System to be used for implementing Undo/Redo in a JavaScript applicaiton.

38 lines (37 loc) 873 B
{ "name": "jstps", "version": "2.0.3", "type": "module", "description": "A Transaction Processing System to be used for implementing Undo/Redo in a JavaScript applicaiton.", "main": "index.js", "scripts": { "test": "vitest" }, "bin": { "your-demo": "./bin/demo.js" }, "repository": { "type": "git", "url": "git+https://github.com/TheMcKillaGorilla/jsTPS.git" }, "keywords": [ "Transaction", "Processing", "System", "JavaScript", "Undo", "Redo" ], "author": "TheMcKillaGorilla", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/TheMcKillaGorilla/jsTPS/issues" }, "homepage": "https://github.com/TheMcKillaGorilla/jsTPS#readme", "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "babel-jest": "^30.0.5", "vitest": "^3.2.4" } }