tm-notification
Version:
This is the package exposing methods for the notification service
31 lines (30 loc) • 594 B
JSON
{
"name": "tm-notification",
"version": "1.0.7",
"description": "This is the package exposing methods for the notification service",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose --env=node"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"tm-notification",
"notification",
"tm",
"tm30"
],
"author": "TM30",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"dotenv": "^8.1.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"tm-utils": "^0.1.6"
},
"engines": {
"node": ">= 14.x"
}
}