working on env variables

This commit is contained in:
jmosrael@gmail.com
2024-06-12 19:59:00 -07:00
parent 162f25d859
commit 9df2470f65
3 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"crossenv": "^0.0.2-security",
"eslint": "^8.57.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"prettier": "^3.2.5",
@@ -2034,6 +2035,12 @@
"node": ">= 8"
}
},
"node_modules/crossenv": {
"version": "0.0.2-security",
"resolved": "https://registry.npmjs.org/crossenv/-/crossenv-0.0.2-security.tgz",
"integrity": "sha512-Zet/ldwzo70I+vUnjM9yHCWo2iqK/RM2s2VnZDNPE/fN062UXYXGqu9Hd7HlhNVhnYGclPcjNoySWhug5lctHw==",
"dev": true
},
"node_modules/crypto-browserify": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",

View File

@@ -19,6 +19,7 @@
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"crossenv": "^0.0.2-security",
"eslint": "^8.57.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"prettier": "^3.2.5",