26 lines
560 B
JSON
26 lines
560 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|