{ "name": "digivote", "version": "0.1.0", "description": "A digital voting system supporting motions, propositions, and live votes.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.qwik.space/BurnyLlama/digivote" }, "author": "BurnyLlama", "license": "CC-BY-NC-SA-4.0", "dependencies": { "dotenv": "^11.0.0", "express": "^4.17.2", "mongodb": "^4.3.0", "nunjucks": "^3.2.3", "yaml": "^1.10.2" } }