{
  "name": "@builder.io/site-tracking",
  "version": "0.0.11",
  "description": "",
  "unpkg": "./dist/index.browser.js",
  "scripts": {
    "tsc": "tsc",
    "build": "tsc && rollup --silent -c",
    "release": "npm run build && npm version patch && npm publish"
  },
  "author": "Armando Perez <armando@builder.io>",
  "license": "ISC",
  "engines": {
    "node": "20",
    "npm": "Please use yarn instead of NPM to install dependencies",
    "yarn": ">=1.22.4 <2"
  },
  "dependencies": {
    "@builder.io/sdk": "^1.1.23",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-typescript": "^6.0.0",
    "@sentry/browser": "^6.15.0",
    "@types/amplitude-js": "^6.0.0",
    "@types/lodash": "^4.14.177",
    "amplitude-js": "^7.2.2",
    "rollup": "^2.29.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.0.3",
    "typescript": "4.6.3"
  }
}
