fix: resolve CI linting and type checking errors
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 05:58:09 +00:00
parent 2b16512be2
commit d9530a3453

View File

@@ -7,6 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "{{ author }}",
"license": "MIT" "license": "MIT",
"dependencies": {},
"devDependencies": {}
} }