-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 576 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 576 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "nodelistserver",
"version": "1.0.0",
"description": "NodeJS (re)implementation of the Mirror List Server",
"main": "listServer.js",
"dependencies": {
"express": "^4.17.3",
"express-rate-limit": "^5.3.0",
"log4js": "^6.4.0",
"uuid": "^8.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node init.js"
},
"author": "Matt Coburn (SoftwareGuy/Coburn)",
"license": "MIT",
"repository": "https://github.com/SoftwareGuy/NodeListServer",
"devDependencies": {
"eslint": "^8.15.0"
}
}