You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
691 B
27 lines
691 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|