{ "name": "safari-notifications-module", "version": "1.0.0", "description": "Secure notifications module for Safari browser extensions and PWAs", "main": "dist/safari-notifications.js", "scripts": { "build": "webpack --config webpack.config.js", "dev": "webpack --config webpack.config.js --mode development --watch" }, "keywords": [ "safari", "notifications", "pwa", "cryptography", "jwt", "service-worker" ], "author": "Matthew Raymer", "dependencies": { "@noble/curves": "^1.2.0", "@noble/hashes": "^1.3.2", "tweetnacl": "^1.0.3", "tweetnacl-util": "^0.15.1", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" } }