{ "name": "digivote", "version": "0.1.0", "description": "A digital voting system supporting motions, propositions, and live votes.", "main": "index.js", "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": { "express": "^4.17.2", "nunjucks": "^3.2.3" } }