This commit is contained in:
Tiara Rodney 2026-02-10 18:59:59 +01:00
commit 76266cedc6
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
23 changed files with 4041 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{
"name": "mime-todo",
"version": "1.0.0",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/yargs": "^17.0.35",
"ajv": "^8.17.1",
"mailparser": "^3.9.3",
"tsx": "^3.7.0"
},
"devDependencies": {
"vitest": "^4.0.18"
},
"scripts": {
"issues": "tsx scripts/todo/main.ts issues",
"sprints": "tsx scripts/todo/main.ts sprints",
"issues-in-sprint": "tsx scripts/todo/main.ts issues-in-sprint"
},
"main": "dist/main.js",
"directories": {
"lib": "lib",
"test": "tests"
}
}