{
  "name": "@snap/push2web",
  "version": "1.17.0",
  "license": "SEE LICENSE IN LICENSE.md",
  "description": "Extension for Camera Kit Web SDK. Create a lens in Lens Studio and send it to your web page.",
  "homepage": "https://ar.snap.com/camera-kit",
  "author": "Snap Inc.",
  "main": "./dist/public-api.js",
  "module": "./dist/public-api.js",
  "exports": "./dist/public-api.js",
  "types": "dist/public-api.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "docs",
    "build_info.txt",
    "!**/__tests__",
    "!**/__mocks__"
  ],
  "devDependencies": {
    "@babel/preset-env": "7.22.5",
    "@typescript-eslint/eslint-plugin": "5.59.2",
    "@typescript-eslint/parser": "5.59.2",
    "eslint": "8.40.0",
    "eslint-plugin-comment-length": "^1.7.3",
    "jest": "29.5.0",
    "ts-jest": "29.1.0",
    "ts-proto": "2.2.4",
    "typedoc": "^0.27.3",
    "typedoc-plugin-markdown": "^4.3.1",
    "typedoc-plugin-mdn-links": "^4.0.3",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "@snap/camera-kit": "^1.17.0"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.0.0",
    "@improbable-eng/grpc-web": "^0.15.0",
    "browser-headers": "^0.4.1",
    "rxjs": "^7.5.7"
  }
}
