@trap_stevo/verilink
Version:
Encrypted from the start. Trusted to the end. This client-side protocol redefines secure communication — forging a direct bridge to zero-trust architecture through encrypted sessions, intelligent attestation, and seamless claim validation. Engineered for
67 lines (66 loc) • 2.67 kB
JSON
{
"name": "@trap_stevo/verilink",
"version": "0.0.3",
"description": "Encrypted from the start. Trusted to the end. This client-side protocol redefines secure communication — forging a direct bridge to zero-trust architecture through encrypted sessions, intelligent attestation, and seamless claim validation. Engineered for the future of connectivity, this solution enables real-time payload exchange, persistent identity, and adaptive trust — all in an ultra-light format built to empower encrypted APIs and modern edge environments.",
"main": "dist/cjs/VeriLink.cjs",
"module": "dist/esm/VeriLink.mjs",
"exports": {
".": {
"import": "./dist/esm/VeriLink.mjs",
"require": "./dist/cjs/VeriLink.cjs"
}
},
"scripts": {
"build:esm": "babel src --out-dir dist/esm --env-name esm --extensions \".js,.mjs\" && node rename-extensions.js dist/esm .js .mjs",
"build:cjs": "babel src --out-dir dist/cjs --env-name cjs --extensions \".js,.cjs\" && node rename-extensions.js dist/cjs .js .cjs",
"build": "npm run build:cjs && npm run build:esm",
"start": "npm run start:cjs && npm run start:esm",
"start-verilink:cjs": "node ./demos/veriLinkDemo.cjs",
"start:esm": "node dist/esm/VeriLink.mjs",
"start:cjs": "node dist/cjs/VeriLink.cjs"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"Secure Communication",
"Encrypted Requests",
"Encrypted Client",
"Zero Trust",
"Cyber security",
"Cybersecurity",
"Session Encryption",
"Attestation",
"Session Identity",
"Client Protocol",
"Claim Validation",
"Browser Security",
"Persistent Identity",
"Real-time Security",
"Trusted Sessions",
"Modern Web Security",
"Edge Communication",
"Secure Frontend",
"Secure Client",
"VeriLink",
"Lightweight Encryption",
"Crypto Middleware",
"Secure Payload",
"Client Verification"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"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",
"@babel/preset-react": "^7.24.7",
"readline": "^1.3.0"
},
"dependencies": {
"axios": "^1.9.0"
}
}