-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "msg2eml",
"version": "1.2.3",
"description": "",
"main": "msg2eml.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npx browserify lib/msg2eml.js --standalone msg2eml -o lib/msg2eml.browserify.js -t [ babelify --presets [ @babel/preset-env ] ] && npx babel lib/msg2eml.browserify.js -o lib/dist/msg2eml.bundle.js --compact=false && npx babel lib/msg2eml.browserify.js -o lib/dist/msg2eml.min.js --no-comments --minified"
},
"author": "",
"license": "ISC",
"dependencies": {
"@kenjiuno/decompressrtf": "^0.1.4",
"@types/node": "^18.11.15",
"@types/text-encoding": "^0.0.36",
"big-integer": "^1.6.51",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"cfb": "^1.2.2",
"eml-format": "^0.6.1",
"jsbi": "^4.3.0",
"moment": "^2.29.4",
"regenerator-runtime": "^0.13.11",
"rtf-stream-parser": "^3.6.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"babelify": "^10.0.0",
"typescript": "^4.9.4"
}
}