{
  "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"
  }
}
