{
  "name": "unomi-sdk-node",
  "version": "1.5.0",
  "description": "Node module to interact with unomi.",
  "main": "./dist/main.js",
  "types": "./src/types/main.d.ts",
  "author": "Lukas Demaeght <lukas.demaeght@dropsolid.com>",
  "contributors": [
    "Rembrand Le Compte <rembrand.lecompte@dropsolid.com>"
  ],
  "license": "Apache-2.0",
  "private": false,
  "keywords": [
    "unomi",
    "cdp",
    "node-sdk",
    "sdk",
    "node"
  ],
  "files": [
    "/dist",
    "/src",
    "/*.md"
  ],
  "homepage": "https://gitlab.com/dropsolid/personalisation/unomi-sdk-node",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/dropsolid/personalisation/unomi-sdk-node"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "prepare": "npm run build"
  },
  "dependencies": {
    "mjn": "^0.2.2"
  },
  "devDependencies": {
    "@types/node": "^13.5.3",
    "eslint": "^6.8.0",
    "typescript": "^3.7.5",
    "typescript-eslint-parser": "^22.0.0"
  }
}
