@prettyfluid/zentinel
Version:
Integration helper for Zentinel
26 lines (25 loc) • 578 B
JSON
{
"name": "@prettyfluid/zentinel",
"version": "0.2.23",
"description": "Integration helper for Zentinel",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^4.5.2"
},
"scripts": {
"build": "tsc",
"patch": "npm version patch",
"release": "npm run patch & npm run build & npm publish"
},
"author": "Artem Halushko <ahalushko@prettyfluid.com>",
"license": "UNLICENSED",
"keywords": [
"auth",
"security",
"cryptography",
"auth-provider",
"e2e encryption"
]
}