@trap_stevo/vault-link
Version:
Unlock the ultimate gateway to secure file and directory access. VaultLink transforms your files into guarded, time-sensitive links—sealed, tamper-proof, and effortlessly shareable. Elevate your storage game with unparalleled precision and flexibility, tu
41 lines (40 loc) • 1.38 kB
JSON
{
"name": "@trap_stevo/vault-link",
"version": "0.0.3",
"description": "Unlock the ultimate gateway to secure file and directory access. VaultLink transforms your files into guarded, time-sensitive links—sealed, tamper-proof, and effortlessly shareable. Elevate your storage game with unparalleled precision and flexibility, turning everyday file management into a seamless, secure experience. VaultLink gives you the keys to control access like never before, delivering the syntax of security.",
"main": "dist/cjs/index.js",
"exports": {
".": {
"require": "./dist/cjs/index.js"
}
},
"scripts": {
"build": "babel src -d dist/cjs --env-name cjs",
"start-vault-link": "node ./demos/vaultLinkDemo.js",
"start": "node src/index.js"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3"
},
"dependencies": {
"archiver": "^7.0.1",
"express": "^4.18.2"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"vault",
"secure-links",
"file-access",
"signed-url"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md"
}