{
  "name": "smsir_mh_ts",
  "version": "1.0.1",
  "description": "This package is for using SMS service from sms.ir should get API and templetId from sms.ir. TypeScript support",
  "main": "dist/smsir_mh_ts.js",
  "types": "dist/smsir_mh_ts.d.ts",
  "scripts": {
    "test": "jest",
    "start": "node dist/sampleUse.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/m6336mohammad/smsir_mh_ts.git"
  },
  "keywords": ["sms", "sms.ir", "typescript","Mohammad Hadi","mmm.6336@gmail.com"],
  "author": "Mohammad Hadi",
  "license": "ISC",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/jest": "^29.5.12",
    "axios-mock-adapter": "^1.22.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.4",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "axios": "^1.7.2"
  }
}
