This commit is contained in:
2025-03-16 18:44:02 +01:00
parent 567f100f0a
commit 0415507c48
6 changed files with 461 additions and 3 deletions

View File

@@ -2,10 +2,9 @@
"name": "flummpress",
"version": "3.0.0",
"description": "Express für arme",
"main": "index.mjs",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"doc": "typedoc --out docs src"
},
"keywords": [],