{
  "name": "ussd-pdu-text-converter",
  "version": "1.2.2",
  "description": "Convert GSM 7bit USSD from PDU to text and vice versa.",
  "main": "index.js",
  "scripts": {
    "prepublish": "tsc",
    "typings": "index.d.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/motxnew/ussd-pdu-text-converter.git"
  },
  "keywords": [],
  "author": "Dariush Faqiri",
  "license": "ISC",
  "dependencies": {
    "querystring": "^0.2.0",
    "typings": "^1.3.3"
  },
  "devDependencies": {
    "typescript": "^1.8.10"
  }
}
