added env variables

This commit is contained in:
2023-05-09 18:24:10 +02:00
parent b5772e476b
commit a3cbe956d7
4 changed files with 24 additions and 4 deletions

11
package-lock.json generated
View File

@@ -9,7 +9,8 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chalk": "^5.2.0"
"chalk": "^5.2.0",
"dotenv": "^16.0.3"
}
},
"node_modules/chalk": {
@@ -22,6 +23,14 @@
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"engines": {
"node": ">=12"
}
}
}
}