{
  "name": "@termii/node",
  "version": "0.3.0",
  "description": "Nodejs SDK wrapper for Termii API written with Typescript support",
  "author": "Solomon Olatunji",
  "module": "dist/termii.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/eminisolomon/termii-node.git"
  },
  "homepage": "https://github.com/eminisolomon/termii-node#readme",
  "bugs": {
    "url": "https://github.com/eminisolomon/termii-node/issues"
  },
  "readme": "README.md",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "termii",
    "otp",
    "sms",
    "authentication",
    "verification",
    "telecom",
    "voice",
    "token",
    "in-app verification",
    "messaging"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.8",
    "class-validator": "^0.14.0",
    "dotenv": "^16.3.1",
    "jest": "^29.6.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.6.1",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "axios": "^1.3.6"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "lint": "tsdx lint",
    "test": "jest --config jest.config.js --no-cache",
    "preversion": "pnpm test && pnpm build"
  }
}