{
  "name": "emdijs",
  "version": "0.0.6",
  "description": "G2S EMDI JavaScript Client Library",
  "main": "dist/index.js",
  "type": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --project ./src/tsconfig.lib.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dietrichwestbrooks/emdi.git"
   },
  "keywords": [
    "G2S",
    "EMDI"
  ],
  "author": "Dietrich Westbrooks <dietrichwestbrooks1@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dietrichwestbrooks/emdi/issues"
   },
  "homepage": "https://github.com/dietrichwestbrooks/emdi#readme",
  "devDependencies": {
    "@types/utf8": "^2.1.6",
    "tslint": "^5.11.0",
    "typescript": "^2.4.2"
  },
  "dependencies": {
    "browser-xml2js": "^0.4.19",
    "rxjs": "^6.4.0",
    "utf8": "^3.0.0"
  }
}
