"scripts": {
"coverage": "nyc npm test",
"eslint": "eslint *.js src",
- "nodemon": "nodemon",
"test": "mocha --recursive"
},
"repository": {
"author": "Justin Wind <jwind-urlittler@squeep.com>",
"license": "ISC",
"dependencies": {
- "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.1.0",
- "argon2": "^0.28.2",
- "better-sqlite3": "^7.4.3",
- "pg-promise": "10.11.0",
- "pm2": "^5.1.1",
+ "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5",
+ "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0",
+ "argon2": "^0.28.5",
+ "better-sqlite3": "^7.5.0",
+ "pg-promise": "10.11.1",
+ "pm2": "^5.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
- "eslint": "^7.32.0",
+ "eslint": "^8.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.4.0",
- "eslint-plugin-sonarjs": "^0.10.0",
- "mocha": "^9.1.0",
+ "eslint-plugin-sonarjs": "^0.12.0",
+ "mocha": "^9.2.2",
"nyc": "^15.1.0",
- "sinon": "^11.1.2"
+ "sinon": "^13.0.1"
}
}