encrypt/decrypt non-string values
This commit is contained in:
parent
f7639ecc8e
commit
0af1975321
4 changed files with 183 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue