@crmackey/fernet
Version:
ypeScript implementation of Fernet symmetric encryption.
23 lines (22 loc) • 446 B
JSON
{
"name": "demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@crmackey/fernet": "^0.0.12",
"node-stdlib-browser": "^1.2.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}