@snehal96/unimail
Version:
Unified email fetching & document extraction layer for modern web apps
83 lines (82 loc) • 1.86 kB
JSON
{
"name": "@snehal96/unimail",
"version": "1.0.0-1",
"description": "Unified email fetching & document extraction layer for modern web apps",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
},
"./interfaces": {
"import": "./dist/src/interfaces.js",
"types": "./dist/src/interfaces.d.ts"
}
},
"ts-node": {
"esm": true
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build && npm test"
},
"keywords": [
"email",
"gmail",
"outlook",
"imap",
"parser",
"node",
"typescript",
"attachments",
"unifier",
"fetcher"
],
"author": "Snehal Maheshwari",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/snehal96/unimail.git"
},
"homepage": "https://github.com/snehal96/unimail#",
"bugs": {
"url": "https://github.com/snehal96/unimail/issues"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/imapflow": "^1.0.22",
"@types/jest": "^30.0.0",
"@types/mailparser": "^3.4.0",
"@types/node": "^20.0.0",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"@azure/msal-node": "^3.6.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"googleapis": "^137.1.0",
"imapflow": "^1.0.188",
"mailparser": "^3.7.1",
"open": "^10.1.2"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
}
}