{
  "name": "sapb1-service-layer",
  "version": "1.0.0",
  "description": "Library for integration with SAP Business One Service Layer.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eduardofiorini/sapb1-service-layer.git"
  },
  "keywords": [
    "sap",
    "businessone",
    "service-layer",
    "integration",
    "b1"
  ],
  "author": "Eduardo Fiorini",
  "homepage": "https://eduardofiorini.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eduardofiorini/sapb1-service-layer/issues"
  },
  "dependencies": {
    "axios": "^1.3.0",
    "dayjs": "^1.11.3"
  }
}
