45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "@futureporn/mailbox",
|
||
|
"type": "module",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"scripts": {
|
||
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist",
|
||
|
"start": "node dist/index.cjs",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"dev": "tsx ",
|
||
|
"build": "tsup"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "@CJ_Clippy",
|
||
|
"license": "Unlicense",
|
||
|
"devDependencies": {
|
||
|
"@esbuild-plugins/esm-externals": "^0.1.2",
|
||
|
"@futureporn/image": "workspace:^",
|
||
|
"@futureporn/scout": "workspace:^",
|
||
|
"@futureporn/storage": "workspace:^",
|
||
|
"@futureporn/types": "workspace:^",
|
||
|
"@futureporn/utils": "workspace:^",
|
||
|
"@types/chai": "^4.3.16",
|
||
|
"@types/imapflow": "^1.0.18",
|
||
|
"@types/mailparser": "^3.4.4",
|
||
|
"@types/mocha": "^10.0.7",
|
||
|
"chai": "^5.1.1",
|
||
|
"mocha": "^10.7.0",
|
||
|
"tsup": "^8.1.2",
|
||
|
"typescript": "^5.5.3"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@types/node": "^20.14.9",
|
||
|
"@types/qs": "^6.9.15",
|
||
|
"cheerio": "1.0.0-rc.12",
|
||
|
"date-fns": "^3.6.0",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"fastify": "^4.12.0",
|
||
|
"graphile-worker": "^0.16.6",
|
||
|
"imapflow": "^1.0.164",
|
||
|
"mailparser": "^3.7.1",
|
||
|
"qs": "^6.12.3"
|
||
|
}
|
||
|
}
|