diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..f513319 --- /dev/null +++ b/tests/package.json @@ -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" + } +}