encrypt/decrypt non-string values

This commit is contained in:
Daniel Lugo 2021-01-18 13:35:18 -04:00
parent f7639ecc8e
commit 0af1975321
4 changed files with 183 additions and 21 deletions

View file

@ -11,7 +11,8 @@
"test:watch": "jest --no-cache --watch",
"typecheck": "tsc",
"lint": "eslint \"services/gunDB/**/*.js\"",
"format": "prettier --write \"./**/*.js\""
"format": "prettier --write \"./**/*.js\"",
"test:gun": "ts-node src/__gun__tests__/*.ts && rimraf -rf GUN-TEST-*"
},
"author": "",
"license": "ISC",