--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Creates Rules and Notifications",
"scripts": {
"start": "node backend/server.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "mocha --reporter mochawesome"
},
"author": "Miguel Rodrigues @KBZ",
"license": "ISC",
@@ -13,15 +13,22 @@
"angular-ui-bootstrap": "^2.5.6",
"body-parser": "^1.18.2",
"bootstrap": "^4.1.0",
+ "chai": "^4.1.2",
"express": "^4.16.2",
"express-method-override": "0.0.3",
"http": "0.0.0",
"method-override": "^2.3.10",
+ "mochawesome": "^3.0.2",
"mysql": "^2.15.0",
"node-crontab": "0.0.8",
"nodemailer": "*",
"predict": "*",
+ "request": "^2.87.0",
"uuid-token-generator": "^1.0.0",
"winston": "^2.4.1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://miguelrodrigues@opensourceprojects.eu/git/p/vfos/assets/enablers/nen/code vfos-assets-enablers-nen-code"
}
}