@exweiv/wix-secret-helpers
Version:
Some basic helper functions for secrets in Wix, works with @wix/secrets SDK module.
59 lines • 1.42 kB
JSON
{
"name": "@exweiv/wix-secret-helpers",
"version": "2.1.4",
"description": "Some basic helper functions for secrets in Wix, works with @wix/secrets SDK module.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"build": "npm run clean && npm run build:ts",
"clean": "rm -f ./lib/index.js ./lib/index.d.ts",
"build:ts": "tsc"
},
"keywords": [
"wix",
"velo",
"secrets",
"wix-secrets-backend",
"exweiv",
"wix-secret-helpers",
"@wix/secrets"
],
"author": {
"name": "ExWeiv Apps Team",
"email": "info@apps.exweiv.com"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "git+ssh://git@github.com/ExWeiv/wix-secret-helpers.git",
"type": "git"
},
"homepage": "https://github.com/ExWeiv/wix-secret-helpers/",
"bugs": {
"url": "https://github.com/ExWeiv/wix-secret-helpers/issues",
"email": "info@apps.exweiv.com"
},
"engines": {
"node": ">=18.17.1"
},
"dependencies": {
"@cacheable/node-cache": "^1.7.0",
"@wix/essentials": "^0.1.28",
"@wix/secrets": "^1.0.61",
"neverthrow": "^8.2.0"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/node-cache": "^4.2.5",
"terser": "^5.44.0",
"typescript": "^5.9.2"
}
}