chore: fix CI

This commit is contained in:
Ralph Khreish
2025-09-22 19:25:44 +02:00
parent 05f6242f7e
commit d7ab4609aa
6 changed files with 20 additions and 73 deletions

View File

@@ -9,10 +9,7 @@
"exports": {
".": "./src/index.ts"
},
"files": [
"dist",
"README.md"
],
"files": ["dist", "README.md"],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "biome check src",
@@ -45,19 +42,12 @@
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"task-master",
"cli",
"task-management",
"productivity"
],
"keywords": ["task-master", "cli", "task-management", "productivity"],
"author": "",
"license": "MIT",
"typesVersions": {
"*": {
"*": [
"src/*"
]
"*": ["src/*"]
}
}
}