Setup. Initial commit

This commit is contained in:
2025-10-12 16:31:32 +01:00
commit 1151dd4bef
7 changed files with 1028 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "issue-scheduler",
"version": "0.0.0",
"description": "Issue scheduler",
"main": "src/index.ts",
"scripts": {
"test": "test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"type": "module"
}