-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@postalsys/email-ai-tools",
"version": "1.13.4",
"description": "Email AI tools",
"main": "index.js",
"scripts": {
"test": "node --test test/*.test.js",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install",
"format": "prettier --write \"**/*.{js,json,md}\" --ignore-path .prettierignore",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/email-ai-tools.git"
},
"keywords": [],
"author": "Postal Systems OÜ",
"license": "MIT",
"bugs": {
"url": "https://github.com/postalsys/email-ai-tools/issues"
},
"homepage": "https://github.com/postalsys/email-ai-tools#readme",
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"eslint": "10.2.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "10.1.8",
"mailparser": "3.9.8",
"prettier": "3.8.3"
},
"dependencies": {
"@postalsys/email-text-tools": "2.4.5",
"gpt3-tokenizer": "1.1.5",
"libmime": "5.3.8",
"linkify-it": "5.0.0",
"nodemailer": "8.0.5",
"punycode.js": "2.3.1",
"tlds": "1.261.0",
"undici": "7.25.0"
}
}