Tests, add missing package.json

This commit is contained in:
xbgmsharp
2023-08-23 12:29:11 +02:00
parent 5105322eed
commit 1bfea2ade5

12
tests/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"scripts": {
"tests": "mocha index.js"
},
"dependencies": {
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"moment": "^2.29.4",
"should": "^13.2.3",
"supertest": "^6.3.3"
}
}