-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
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
{
"name": "reach-sdk",
"version": "1.0.2",
"description": "A node.js library for sending notifications focused on simplicity and extensibility.",
"main": "reach.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paschmann/reach-sdk.git"
},
"author": "Paul Aschmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/paschmann/reach-sdk/issues"
},
"homepage": "https://github.com/paschmann/reach-sdk#readme",
"dependencies": {
"axios": "^0.27.2",
"Buffer": "^0.0.0",
"commander": "^11.1.0",
"nodemailer": "^6.7.7",
"nodemailer-ses-transport": "^1.5.1"
},
"devDependencies": {
"eslint": "^8.19.0"
}
}