-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
38 lines (38 loc) · 1.01 KB
/
package.json
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
{
"name": "postal-mime",
"version": "2.3.2",
"description": "Email parser for browser environments",
"main": "./src/postal-mime.js",
"exports": {
"import": "./src/postal-mime.js",
"types": "./postal-mime.d.ts",
"default": "./src/postal-mime.js"
},
"type": "module",
"types": "postal-mime.d.ts",
"scripts": {
"test": "eslint && node --test",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"keywords": [
"mime",
"email"
],
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/postal-mime.git"
},
"bugs": {
"url": "https://github.com/postalsys/postal-mime/issues"
},
"author": "Andris Reinman",
"license": "MIT-0",
"devDependencies": {
"@types/node": "22.6.0",
"cross-blob": "3.0.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-cli": "1.1.1",
"iframe-resizer": "4.3.6"
}
}