-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 952 Bytes
/
package-lock.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
{
"name": "aws-lambda-improvmx-undelivered-notifications",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "aws-lambda-improvmx-undelivered-notifications",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"improvmx-node-client": "^0.1.0"
}
},
"node_modules/improvmx-node-client": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/improvmx-node-client/-/improvmx-node-client-0.1.0.tgz",
"integrity": "sha512-wNdcTOdUa4y+RuzaqZBfFdiUZ1mghN8JRXqZwQf/fhTkzAQQxR1M4vCm93WsbSDtXmL1djhw80Bu+53P+RjA+w=="
}
},
"dependencies": {
"improvmx-node-client": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/improvmx-node-client/-/improvmx-node-client-0.1.0.tgz",
"integrity": "sha512-wNdcTOdUa4y+RuzaqZBfFdiUZ1mghN8JRXqZwQf/fhTkzAQQxR1M4vCm93WsbSDtXmL1djhw80Bu+53P+RjA+w=="
}
}
}