-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 Bytes
/
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
39
{
"name": "@sourceforgery/nodemailer-rest-transport",
"version": "0.0.7",
"description": "This is a transport layer between parcelvoy and a REST endpoint",
"main": "dist/index.js",
"scripts": {
"dist": "npx rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SourceForgery/nodemailer-rest-transport.git"
},
"keywords": [
"parcelvoy",
"tachikoma",
"rest"
],
"files": [
"dist"
],
"author": "Victor Lindell",
"license": "MIT",
"bugs": {
"url": "https://github.com/SourceForgery/nodemailer-rest-transport/issues"
},
"homepage": "https://github.com/SourceForgery/nodemailer-rest-transport#readme",
"dependencies": {
"nodemailer": "^6.9.13"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/nodemailer": "^6.4.15",
"rollup": "^4.17.1",
"rollup-plugin-typescript2": "0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
}
}