UNPKG

@trap_stevo/veripath

Version:

The pinnacle of real-time encrypted routing and session-bound communication through a precision-crafted middleware system. Empowering developers to secure every route with dynamic request decryption, intelligent session validation, and seamless encrypted

65 lines (64 loc) 2.09 kB
{ "name": "@trap_stevo/veripath", "version": "0.0.0", "description": "The pinnacle of real-time encrypted routing and session-bound communication through a precision-crafted middleware system. Empowering developers to secure every route with dynamic request decryption, intelligent session validation, and seamless encrypted response orchestration. Pair effortlessly with clients, enforce identity claims, and adapt encrypted flows across devices and services. Built for secure, scalable interactions — from device APIs to private internal tools — this solution redefines the governance of encrypted paths across every layer of your application.", "main": "dist/cjs/VeriPath.js", "exports": { ".": { "require": "./dist/cjs/VeriPath.js" } }, "scripts": { "build": "babel src -d dist/cjs --env-name cjs", "start-veripath": "node ./demos/veriPathDemo.js", "start": "node dist/cjs/VeriPath.js" }, "keywords": [ "Legendary", "Enlightened", "Steven Compton", "Magical", "auth", "authentication", "Cyber security", "Cybersecurity", "veripath", "veriauth", "verilink", "end-to-end encryption", "device pairing", "encryption middleware", "middleware", "secure communication", "request encryption", "response encryption", "claim injection", "Attestation", "zero trust", "custom claims", "encrypted REST API", "dynamic session auth", "modular security", "tokenless security", "secure express router", "versatile security", "robust auth", "configurable encryption" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "dependencies": { "@trap_stevo/veriauth": "^0.0.4", "crypto": "^1.0.1", "level": "^9.0.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3", "body-parser": "^2.2.0", "express": "^5.1.0" } }