{
  "name": "unomi-node",
  "version": "1.0.1",
  "description": "Node.js SDK for the Apache Unomi CDP",
  "main": "./dist/main.js",
  "types": "./src/types/main.d.ts",
  "author": "Michele Riva <ciao@micheleriva.it>",
  "license": "Apache-2.0",
  "private": false,
  "keywords": [
    "unomi",
    "apache",
    "CDP",
    "node-sdk",
    "sdk"
  ],
  "files": [
    "/dist",
    "/src",
    "/*.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/micheleriva/unomi-node"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "prepare": "npm run build"
  },
  "dependencies": {
    "axios": "0.19.0",
    "mjn": "0.2.2"
  },
  "devDependencies": {
    "@types/node": "12.0.7",
    "typescript": "3.5.1",
    "typescript-eslint-parser": "22.0.0"
  }
}
