aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index ee10f25..739d971 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,18 @@
{
+ "name": "stundenplan",
+ "version": "1.0.0",
+ "main": "src/main.js",
"type": "module",
"dependencies": {
"html-pdf-node": "^1.0.8",
"jsdom": "^24.0.0",
"jspdf": "^2.5.1"
- }
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "node src/main.js"
+ },
+ "author": "David Penkowoj",
+ "license": "GPL-3.0-or-later",
+ "description": ""
}