{
  "name": "melipayamak-api-ts",
  "version": "2.0.3",
  "description": "Melipayamak Nodejs Wrapper",
  "main": "./dist/src/index.js",
  "scripts": {
    "build": "tsc"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Melipayamak/melipayamak-node.git"
  },
  "keywords": [
    "SMS",
    "Melipayamak",
    "Async"
  ],
  "author": "Amirhossein Mehrvarzi <melipayamak@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Melipayamak/melipayamak-node/issues"
  },
  "dependencies": {
    "soap": "^0.23.0"
  },
  "homepage": "https://github.com/Melipayamak/melipayamak-node#readme",
  "devDependencies": {
    "@types/node": "^20.11.21",
    "@types/soap": "^0.21.0",
    "typescript": "^5.3.3"
  }
}