{ "name": "codelist", "version": "1.0.0", "description": "A website that generates all possible codes from a code length and a set of characters in the code.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "https://git.centremetre.com/CentreMetre/CodeList" }, "author": "CentreMetre", "license": "MIT", "dependencies": { "express": "^5.2.1" } }