Add TOML config parsing
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"description": "Schedule issues in Gitea or GitHub using issue templates",
|
||||
"version": "0.0.0",
|
||||
"main": "dist/index.js",
|
||||
|
||||
"author": "Luís Figueiredo (TxFig)",
|
||||
"homepage": "https://gitea.alluna.pt/TxFig/issue-scheduler",
|
||||
"repository": {
|
||||
@@ -12,15 +11,18 @@
|
||||
},
|
||||
"license": "ISC",
|
||||
"keywords": [],
|
||||
|
||||
"scripts": {
|
||||
"test": "vitest --run",
|
||||
"build": "tsc",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.9.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"toml": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user