summary refs log tree commit diff
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-01-24 18:35:39 +0200
committerWlodekM <[email protected]>2025-01-24 18:35:39 +0200
commitf473bfa775e51c88fd5d23d0565b3da05134afc4 (patch)
treea5bf760d8784f33ea794b7d00f5bbc3e22847cf5
parentd0c46f2d7cbd6ed44285565a08ae3af402126db9 (diff)
uuuh thingy v1.0.0
-rw-r--r--package.json3
-rw-r--r--yarn.lock20
2 files changed, 21 insertions, 2 deletions
diff --git a/package.json b/package.json
index c37d34d..c22e15d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,6 @@
 {
 	"dependencies": {
 		"@types/node": "^22.9.0",
-		"chalk": "^5.3.0",
-		"express": "^4.21.1"
+		"chalk": "^5.3.0"
 	}
 }
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 0000000..3a2762b
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,20 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@types/node@^22.9.0":
+  version "22.10.10"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
+  integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
+  dependencies:
+    undici-types "~6.20.0"
+
+chalk@^5.3.0:
+  version "5.4.1"
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
+  integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
+
+undici-types@~6.20.0:
+  version "6.20.0"
+  resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
+  integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==