From b290aec2899208169b5f90c9e2b66ebffd565a87 Mon Sep 17 00:00:00 2001
From: Pawel Zelawski <pawel.zelawski@outlook.com>
Date: Thu, 10 Apr 2025 10:41:54 +0200
Subject: feat: initialize project and add core dependencies

- Initialized npm project with `npm init -y`.
- Added core dependencies: react, react-dom, express, dotenv, qrcode.
---
 package.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 package.json

(limited to 'package.json')

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ca86823
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+  "name": "digiid-ts-demo",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/pawelzelawski/digiid-ts-demo.git"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "bugs": {
+    "url": "https://github.com/pawelzelawski/digiid-ts-demo/issues"
+  },
+  "homepage": "https://github.com/pawelzelawski/digiid-ts-demo#readme"
+}
-- 
cgit v1.2.3