Files
FossFLOW/packages/fossflow-backend/package.json
semantic-release-bot 0112a1fb9e chore(release): 1.10.7 [skip ci]
## [1.10.7](https://github.com/stan-smith/FossFLOW/compare/v1.10.6...v1.10.7) (2026-02-15)

### Bug Fixes

* Fixed issues with history not fully working, undo/redo was hit or miss. Additionally added a huge amount of CI/CD testing using selenium so that we can simulate creating a diagram, placing nodes, connceting them, undo/redo, and rectangles/text as well, with love, Stan ([047df92](047df92785))
2026-02-15 09:46:19 +00:00

21 lines
429 B
JSON

{
"name": "fossflow-backend",
"version": "1.10.7",
"description": "Optional backend server for FossFLOW persistent storage",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}