{
  "name": "r-sms-bomber",
  "version": "3.0.2",
  "description": "",
  "main": "lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/odkukunov/sms-bomber.git"
  },
  "author": "Oleg Kukunov <odkukunov@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@types/request": "^2.48.5",
    "axios": "^0.21.1",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "typescript": "^4.2.4"
  }
}
