mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-07 09:31:31 +00:00
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "@pockethost/plugin-maildev",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit "
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/maildev": "^0.0.7",
|
|
"@types/node": "^20.8.10",
|
|
"maildev": "^2.1.0",
|
|
"pockethost": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|