{
  "name": "@elba-security/cdp-analytics-node",
  "version": "0.0.4",
  "private": false,
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist/",
    "src/",
    "!**/__tests__/**",
    "!*.tsbuildinfo"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "test": "yarn jest",
    "lint": "yarn concurrently 'yarn:eslint .' 'yarn:tsc --noEmit'",
    "build": "rm -rf dist && yarn concurrently 'yarn:build:*'",
    "build:cjs": "yarn tsc -p tsconfig.build.json --outDir ./dist/cjs --module commonjs",
    "version": "sh scripts/version.sh",
    "build:esm": "yarn tsc -p tsconfig.build.json",
    "watch": "yarn build:esm --watch",
    "watch:test": "yarn test --watch",
    "tsc": "yarn run -T tsc",
    "eslint": "yarn run -T eslint",
    "concurrently": "yarn run -T concurrently",
    "jest": "yarn run -T jest",
    "prepublish": "yarn run -T build"
  },
  "dependencies": {
    "@customerio/cdp-analytics-core": "0.0.2",
    "buffer": "^6.0.3",
    "node-fetch": "^2.6.7",
    "tslib": "^2.4.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@internal/config": "0.0.0",
    "@types/node": "^14",
    "@types/uuid": "^9"
  },
  "packageManager": "yarn@3.2.1"
}
