Files
CodeList/package.json
2026-05-31 08:45:43 +01:00

21 lines
517 B
JSON

{
"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"
}
}