backend/package.json

15 lines
370 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "Backend for Meeting Planner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.armada.digital:29418/meeting-planner/backend.git"
},
"author": "rui hildt",
"license": "AGPL-3.0-or-later"
}