added version to package.json

This commit is contained in:
dab 2025-08-20 14:58:23 +00:00
parent f3e3707593
commit 7c46e53d08

View file

@ -1,5 +1,6 @@
{
"name": "framerock",
"version": "0.1.0",
"type": "module",
"main": "backend/index.js"
}