init
This commit is contained in:
commit
76266cedc6
23 changed files with 4041 additions and 0 deletions
26
scripts/ts-mime-todo/package.json
Normal file
26
scripts/ts-mime-todo/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue