{
  "name": "@rspitler-nudge/analytics",
  "version": "2.8.112",
  "dependencies": {
    "js-cookie": "^3.0.1",
    "jquery": "^3.6.1"
  },
  "source": "src/index.js",
  "main": "dist/index.js",
  "module": "dist/module.js",
  "bundledDependencies": [
    "js-cookie"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Nudge-Security/analytics.git"
  },
  "scripts": {
    "watch": "parcel watch",
    "build": "parcel build",
    "test": "jest"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@parcel/babel-preset-env": "^2.7.0",
    "babel-jest": "^29.2.0",
    "jest": "^29.2.0",
    "jest-environment-jsdom": "^29.2.0",
    "jquery": "^3.6.1",
    "parcel": "^2.7.0"
  }
}
