{
  "name": "eurobate-sms",
  "version": "0.1.5",
  "description": "Wrapper around the Eurobate APIs for JavaScript and TypeScript",
  "main": "lib/index.js",
  "module": "es6/index.js",
  "typings": "lib/index.d.ts",
  "author": "Tom Arild Jakobsen <tajakobsen@gmail.com>",
  "scripts": {
    "clean": "rimraf lib/* bin/*",
    "build": "npm run clean && tsc",
    "lint": "eslint --fix --ext .ts ./src",
    "prepublishOnly": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ItemConsulting/eurobate-sms.git"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.2",
    "enonic-fp": "^0.2.46",
    "enonic-types": "^0.0.68",
    "fp-ts": "2.6.1"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "eslint": "^7.3.1",
    "rimraf": "^3.0.2",
    "typescript": "^3.9.5"
  }
}
