From 7818d9152c448d93d5ee8ba7544ddb3557bac0c3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 6 Apr 2023 20:04:52 +0200 Subject: [PATCH] Created the package.json & yarn.lock files --- package.json | 9 +++++++++ yarn.lock | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock diff --git a/package.json b/package.json new file mode 100644 index 0000000..a1b93ae --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "dashboard", + "version": "1.0.0", + "description": "The LicenseAPI Dashboard", + "repository": "https://github.com/LicenseAPI/Dashboard.git", + "author": "LicenseAPI", + "license": "MIT", + "private": true +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +