{ "name": "ni-vmm", "version": "1.0.0", "description": "Basic backend for M-Trees", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "git@gitlab.fit.cvut.cz:spacefr1/ni-vmm.git" }, "author": "František Špaček", "license": "ISC", "dependencies": { "express": "^4.21.1" } }