Release v0.1.0 #5

Merged
B00tLoad merged 37 commits from release/v.0.1.0 into main 2025-09-01 12:19:37 +02:00
Showing only changes of commit 1ea099ff98 - Show all commits

View File

@@ -60,11 +60,13 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"build:watch": "tsc --watch", "build:watch": "tsc --watch",
"check": "pnpm lint && pnpm typecheck", "check": "pnpm run lint && pnpm run typecheck",
"clean": "shx rm -rf dist/",
"docs:generate": "typedoc", "docs:generate": "typedoc",
"format:check": "prettier --check .", "format:check": "prettier --check .",
"lint": "eslint --cache .", "lint": "eslint --cache .",
"prepare": "husky", "prepare": "husky",
"prepublishOnly": "pnpm run clean && pnpm run build",
"test": "jest", "test": "jest",
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },