remove unused dotenv dependency

This commit is contained in:
hazycora 2023-09-17 06:20:33 -05:00
parent c81c22ebd7
commit 9147538229
No known key found for this signature in database
GPG Key ID: 215AF1F81F86940E
2 changed files with 0 additions and 9 deletions

View File

@ -29,7 +29,6 @@
},
"license": "AGPL",
"dependencies": {
"dotenv": "^16.1.4",
"image-size": "^1.0.2",
"librespot": "^0.1.4",
"node-fetch": "^3.3.1",

8
pnpm-lock.yaml generated
View File

@ -5,9 +5,6 @@ settings:
excludeLinksFromLockfile: false
dependencies:
dotenv:
specifier: ^16.1.4
version: 16.1.4
image-size:
specifier: ^1.0.2
version: 1.0.2
@ -447,11 +444,6 @@ packages:
esutils: 2.0.3
dev: true
/dotenv@16.1.4:
resolution: {integrity: sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==}
engines: {node: '>=12'}
dev: false
/escape-string-regexp@4.0.0:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}