Former-commit-id: a4bbfeb13d86b2591c4ee861f9449231b2b8f2b5
This commit is contained in:
Ben
2022-02-11 15:13:21 +00:00
parent f68e7df223
commit 3a01f3e09a
40 changed files with 12867 additions and 16 deletions

View File

@@ -7,6 +7,7 @@
"test": "jest src/__test",
"start": "node src/index.js",
"dev": "nodemon src/index.js --watch src",
"gendoc": "jsdoc -r ./src/ ./client/ -c ./jsdoc.json -d ./jsdoc/",
"setup": "npm i"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
@@ -17,6 +18,7 @@
"dotenv": "^10.0.0",
"express": "^4.17.2",
"jest": "^27.4.5",
"jsdoc": "^3.6.10",
"md5": "^2.3.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.7",